.what-makes-us-section {
    background-color: #EAF0F6;
    padding:120px 0px 130px;
}
.makes-difference-content {
    margin-bottom: 65px;
}
.what-makes-us-section .full-area {
    display: flex;
    align-items: center;
}
.what-makes-us-section .full-area .makes-left-image-content {
    width: 55%;
}
.what-makes-us-section .full-area .right-list-content-box {
    width: 45%;
    padding:0 0 0 20px;
}
.what-makes-us-section .makes-title{
    font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size:50px;
    line-height:63px;
    letter-spacing:0.02em;
    text-align: center;
    margin: 0 0 18px 0;
    padding: 0;
    color: #000;
}
.makes-difference-content p{
   font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
   font-size: 19px;
   line-height: 30px;
   letter-spacing:0.02em;
   text-align: center;
   color: #000;
}
.right-list-content-box ul li::after{
  display:none;
}
.right-list-content-box ul li {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 40px;
}
.right-list-content-box ul li .item-icon-box {
    min-width: 83px;
    height: 83px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-list-content-box .list-item-right-content {
    max-width: 430px;
}
.circle-list-box p{
   font-family: Halyard Display Book;
   font-weight: 300;
   font-size: 17px;
   line-height: 26px;
   letter-spacing:0.02em;
   color:rgba(0, 0, 0, 0.8);
   margin: 0;
   padding: 0;
}
.right-list-content-box .list-title{
  font-family: Halyard Display Book;
  font-weight: 300;
  font-size: 26px;
  line-height: 33px;
  margin:0 0 10px 0;
  padding:0;
  color:#000;
  letter-spacing:0.02em;
}
