/***WHYUS***/
.section.whyus-sctn {
    padding-top:clamp(32px, 6%, 100px);
    padding-bottom:clamp(32px, 6%, 100px)
}
@media(min-width:801px){
    .whyus-sctn .text-col{
        width:75%;
        margin-right:-30%;
        padding:32px;
        padding-right:35%;
        border-radius:32px;
        background-color:var(--light-secondary)
    }
    .whyus-sctn .img-col{
        width:50%;
        display:flex;
        align-items:center
    }
}
@media(max-width:800px){
    .whyus-sctn .text-col{
        text-align:center
    }
}