@media (max-width: 980px){
    section.banner {
        margin-top: 36px;
        height: 400px;
    }
    section.banner img {
        height: 400px;
    }
    section.banner .banner-title{
        background: #1d0a003b;
    }
    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.about-company .col-6{
        width: 100%;
    }
    .about-company-img img{
        width: 90%;
    }
    .about-company-img {
        text-align: center;
    }
    section.post-construction svg{
        display: none;
    }
    section.our-mission .col-6{
        width: 100%;
    }
    section.our-mission .main-img-sec img{
        height: 450px;
        margin-bottom: 20px;
    }
    section.our-mission .big .mission-img img{
        height: 450px;
        margin-bottom: 20px;
    }

}

@media (max-width: 540px){
    section.our-mission .head h2{
        font-size: 50px;
    }
    section.our-mission .mission-img .cont h3{
        font-size: 32px;
    }
    section.banner{
        height: auto;
    }
    section.banner img {
        height: auto;
    }
    section.about-page .col-6{
        width: 100%;

    }
    .about-company-content h2 {
        font-size: 21px;
        margin-top: 30px; 
    }
    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%;
    }
}