@media (max-width: 980px){
    .about_wrapper .upper-head{
        width: 100%;
    }
    .about_wrapper .col-lg-6.abt-content{
        margin-top: 20px;
    }
    section.faqs .col-5{
        width: 100%;
    }
    section.faqs .col-7{
        width: 100%;
        margin-top: 20px;
    }
    section.cta{
        background-position: 89%;
    }

    section.about-us .col-6{
        width: 100%;
    }
    section.about-us .img-sec img{
        height: auto;
    }
    section.user-reviews .col3{
        width: 50%;
        margin-bottom: 20px;
    }
    section.cta .cta-cont{
        width: 100%;
    }
    section.about-page .cont-sec h2{
        font-size: 36px;
    }
    section.about-page .expand-video{
        left: 16px;
    }
    section.about-page .img-sec img {
        height: 500px;
        width: 85%;
        object-fit: cover;
    }
    section.about-page ul.facility .col-6 {
        width: 48%;
    }
    section.gallery-sec .head h2 {
        font-size: 100px;
    }
    section.gallery-sec .head p {
        text-align: center;
        font-size: 90px;
        font-weight: 500;
        position: relative;
        color: #fff;
        bottom: 49px;
        left: 157px;
        opacity: 0.2;
    }
    section.gallery-sec .gallery__item{
        max-width: calc(49.33% - 40px);
    }
}

@media (max-width: 540px){
    
    section.about-page .col-6{
        width: 100%;
    }
    section.about-us h1.text-blob{
        font-size: 22px;
    }
    section.about-us .cont-sec{
        padding: 0;
        padding-top: 30px;
    }
    section.gallery-sec .gallery__item{
        height: auto;
    }
    section.user-reviews .col-3{
        width: 50%;
        margin-bottom: 20px;
    }
    section.blogs .blog-img img{
        height: 220px;
    }
    .blog-cont h4{
        font-size: 13px;
    }
    .common-head h3{
        font-size: 24px;
    }
    section.about-page .row{
        flex-direction: column;
    }
    section.about-page ul.facility{
        flex-direction: row;
    }
    section.about-page ul.facility li{
        width: 49%;
    }
    section.about-page .img-sec img{
        width: 100%;
        height: 400px;
        margin-top: 20px;
        border-radius: 10px;
    }
    section.about-page .expand-video{
        left: 35%;
        top: 35%;
    }
    .about-numbers .transparent{
        font-size: 25px;
    }
    .about-numbers .simple{
        font-size: 25px;
    }
    .about-numbers{
        padding: 25px 0;
    }
    section.gallery-sec .head h2 {
        font-size: 65px;
    }
    section.gallery-sec .head p{
        font-size: 54px;
        bottom: 40px;
        left: 57px;
    }
    section.gallery-sec .gallery{
        gap: 0;
    }
    section.gallery-sec .gallery li{
        max-width: calc(100% - 20px);
        margin-bottom: 20px;
    }
    section.testimonial .user-icon{
        position: relative;
    right: 63px;
    }
    section.testimonial .owl-nav{
        bottom: 40%;
    }
}