.why-choose-us-content .section-title {
    text-align: left;
    margin-bottom: 30px;
}
.why-choose-us-section {
    margin: 0;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    
}
.why-choose-us-section:before {
    content: "";
    display: block;
    background-image: url(../images/why-choose-gredieant.png);
    background-repeat: no-repeat;
    aspect-ratio: 73/88;
    position: absolute;
    right: -156px;
    top: -457px;
    height: 1320px;
    width: 1095px;
    transform: rotate(180deg);
    background-size: 100% 100%;
}
.why-choose-us-content .section-title p {
    max-width: 100%;
    margin-bottom: 16px;
}

.why-choose-us-section .column-left {
    width: 54%;
}

.why-choose-us-section .column-right {
    width: 43%;
}
.why-choose-us-image {
    position: relative;
    padding-bottom: 85.25%;
    mask-image: url('../images/why-choose-hero-mask.png');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
}
.why-choose-us-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.why-choose-us-section .container {
    max-width: 100%;
    padding: 0;
}

.why-choose-us-content .content-box ol li {
    margin-left: 20px;
}

.why-choose-us-content .content-box ul li {
    padding-left: 30px;
    list-style-type: none;
    position: relative;
    background-image: url(../images/check-mark.svg);
    background-repeat: no-repeat;
    background-position: center left;
}
@media only screen and (min-width:1400px){
    .why-choose-us-section .column-left {
        padding-left: calc((100% - 1280px) / 2);
    }
}
@media only screen and (max-width:1399px){
    .why-choose-us-section .column-left {
        padding-left: calc((100% - 1110px) / 2);
    }
   
}
@media only screen and (max-width:1199px){
    .why-choose-us-section .column-left {
        padding-left: calc((100% - 930px) / 2);
    }
}
@media only screen and (min-width:992px){

}
@media only screen and (max-width:991px){
    .why-choose-us-section .column-left {
        padding-left: 0;
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .why-choose-us-section .column-right {
        width: 100%;
        padding-left: 20px;
        margin-top: 40px;
    }
    .why-choose-us-section:before {
        top: auto;
        bottom: 0;
        height: 700px;
        width: 700px;
    }
}
@media only screen and (max-width:767px){
    .why-choose-us-section .column-left {
        max-width: 540px;
    }

}