.features-list {
    border-radius: 10px;
    background: rgba(73,182,194,.16);
    padding-left: 15px;
    padding-bottom: 24px;
    padding-top: 19px;
}
.why-choose-us__container .features-list li {
    list-style: none;
    display: flex;
}
.why-choose-us__content h2 {
    font-size: 38px;
    line-height: 50px;
    font-weight: 600;
}
.why-choose-us__content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.why-choose-us__content li {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.why-choose-us__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* section.why-choose-us {
    padding-top: 80px;
    padding-bottom: 146px;
} */
.why-choose-us__images {
    display: flex;
    gap: 14px;
}
.left-img-sec {
    margin-top: 74px;
}
.why-choose-contect-sec {
    width: 526px;
    padding-left: 40px;
}
.why-choose-us__content ul.features-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.why-choose-us__container .features-list li img {
    margin-right: 14px;
}
.why-choose-us__content {
    background: url('../../../img/why-you-choose-us-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 645px;
    height: 645px;
    vertical-align: middle;
    padding-top: 95px;
}
.why-choose-us__images .right-img-sec img {
    width: 249px;
    height: 402px;
}
.why-choose-us__images .left-img-sec img {
    width: 249px;
    height: 402px;
}
section.why-choose-us {
    padding-bottom: 79.5px;
    padding-top: 79.5px;
}
  @media screen and (max-width: 767px) {
section.why-choose-us {
    padding-top: 58px;
    padding-bottom: 20px;
}
.why-choose-us__content h2 {
    font-size: 28px !important;
    line-height: 110% !important;
    font-weight: 700 !important;
}
.why-choose-us__content h2 {
    font-size: 28px;
    line-height: 32px;
}
.our-project.s-p p.h2 {
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 110% !important;
}
.why-choose-us__content p {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}
.why-choose-us__container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.why-choose-us__images .left-img-sec img {
    width: 249px;
    height: 300px;
}
.why-choose-us__images .right-img-sec img {
    width: 249px;
    height: 300px;
}
.why-choose-us__images {
    margin-bottom: 20px;
}
.why-choose-us__content {
    width: auto;
    height: 453px;
}
.why-choose-us__content li {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}
.why-choose-us__container .features-list li img {
    margin-right: 5px;
}
.why-choose-contect-sec {
    width: auto;
    padding-left: 0px;
}
.why-choose-us__content {
    padding-top: 10px;
    padding-bottom: 0px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    .why-choose-contect-sec {
        width: 400px;
        padding-left: 20px;
    }
    .why-choose-us__images .left-img-sec img {
        width: 249px;
        height: 305px;
    }
    .why-choose-us__images .right-img-sec img {
        width: 249px;
        height: 305px;
    }
    section.why-choose-us {
    padding-bottom: 30.5px;
    padding-top: 50.5px;
}
}