@media(max-width : 1366px){
    .fs-16{font-size: 14px;}
    .fs-25 {font-size: 22px;}

}
@media(max-width : 500px){
    .qoutes{font-size: 30px;}
    .qoutes::before {
        content: url(../images/inverted_comma.png);
        position: absolute;
        top: -40px;
        left: -13px;
        color: #fff;
        transform: scale(.7);
    }
    .qoutes::after {
        content: url(../images/inverted_comma_2.png);
        position: absolute;
        bottom: -4px;
        right: 46px;
        color: #fff;
        transform: scale(.57);
    }
    #contact_listing .w-50{
        width: 100% !important;
    }
    .banner_wrap {
        width: 100%;
        height: 25vh;
        object-fit: cover;
        aspect-ratio: 1;
    }
}
