.whats-makes-different-section{
    padding:90px 0px 0px 0px;
}
.whats-makes-different-section .full-container{
  max-width:1460px;
  margin:0 auto;
  padding:0 30px;
  display:flex;
}
.whats-makes-different-section .full-container .left-content{
  width:30%;
}
.whats-makes-different-section .full-container .right-content{
  width:70%;
  padding-left: 25px;
}
.whats-makes-different-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
}
.whats-makes-different-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;
}
.whats-makes-different-section .full-container .list-content-box ol{
  margin: 30px 0 0 25px;
  padding:0;
}
.whats-makes-different-section .full-container .list-content-box ol li{
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height:33px;
  letter-spacing: 0;
  color:rgba(34, 31, 32, 1);

}
