.the-process-section-section{
   padding: 100px 0px 100px 0px;
}
.the-process-section-section .full-container{
  max-width:1460px;
  margin:0 auto;
  padding:0 30px;
  display:flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  padding-bottom: 80px;
}
.the-process-section-section .full-container .left-content{
  width:45%;
}
.the-process-section-section .full-container .right-content{
  width:55%;
  padding-left:50px;
}
.the-process-section-section .ab-service-content a{
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    color: rgba(34, 31, 32, 0.9);
    text-decoration:none;
}
.the-process-section-section .ab-service-content a:hover{
     color: #484848;
}
.the-process-section-section .full-container .title-content{
    font-family: "Inter", sans-serif;
   font-weight: 700;
   font-size: 48px;
   line-height: 61px;
    color:rgba(34, 31, 32, 1);
   letter-spacing: 0;
   margin:0;
   padding:0;
   max-width: 560px;
}
.the-process-section-section .full-container p{
   font-family: "Inter", sans-serif;
   color:rgba(34, 31, 32, 0.9);
   font-weight: 500;
   font-size: 16px;
   line-height: 31px;
   letter-spacing: 0;
   padding:0;
   margin:0 0 20px 0;
}
.process-list-content-box ul{
  margin:0;
  padding:0;
}
.process-list-content-box ul li {
    margin: 0;
    padding: 0 0 22px 20px;
}
