@media (max-width: 767px) {
    .simple_light_rect_bg,
    .about_maverick_mount,
    .AI_First_Approach,
    .our_leaders,
    .why_businesses_MM{
        padding: 30px 0;
    }
    .ai_driven_card{
        position: relative;
        top: 50px;
    }
    .simple_light_rect_bg {
        min-height: auto;
        background: #f5f7f9;
        &::before,
        &::after {
            display: none;
        }
    }
    .curv_card{
        border-radius: 5px 50px 5px 5px;
    }
    .AI_First_Approach{
        background-color: #02234d;
    }
    .Meet_Our_Experts_card {
        &:nth-child(2n+1) {
            .curv_card {
                top: auto;
            }
        }
    }
    br{
        display: none;
    }
    .fs-54 {
        font-size: 30px !important;
    }
    .fs-24,
    .fs-25 {
        font-size: 20px !important;
    }
    .banner_section{
        background-color: transparent;
    }
    .banner_section_container{
        padding: 100px 0px 150px 0px;
        position: relative;
        min-height: auto;
    }
    .curv_card{
        padding: 15px;
        gap: 10px;
        border: 10px;
    }

    .our_solutions {
        & .our_solutions_card {
            margin-top: 30px;
            &.card_2nd{
                top: auto;
            }
            .our_solutions_img {
                bottom: auto;
                height: 100%;
                img{
                    height: 100%;
                    object-fit: cover;
                }
            }
            .our_solutions_content{
                top: auto;
            }
        }
    }
    .transform_ideas_into_businesses{
        padding: 50px 0;
        background-color: #f5f7f9;
        background-image: none;
        min-height: auto;
    }
    .what_we_do{
        background-image: none;
        background-color: #02234d;
        padding: 50px 0px;
    }
    .our_solutions{
        padding: 50px 0;
    }
    .our_industries {
        &::before{
            height: 400px;
        }
        &::after {
            background-image: none;
        }
        .our_industries_card{
            margin-top: 30px;
        }
    }

    .welcome_maverick_mount {
        background-color: #02234d;
        padding: 50px 0px;
        .container {
            padding-top: 0px;
        }
        &::before {
            background-image: none;
        }
    }
    .frequently_asked_questions {
        background-color: #f6f7f8;
        padding: 50px 0;
        .year_ex{
            display: none;
        }
        &::after{
            display: none;
        }
        .hdng{
            margin-bottom: 30px;
        }
    }
    .owl-carousel.nav_carousel_top_right{
        .owl-nav{
            .owl-prev,
            .owl-next{
                top: auto;
                right: auto;
                position: initial;
                opacity: 1;
                width: 40px;
                height: 40px;
                display: inline;
                align-items: center;
                justify-content: center;
                box-shadow: 0px 4px 24px 0px #0000001F;
                border-radius: 50%;
                background-color: #ffffff;
                &:hover{
                    background-color: var(--color_orange);
                }
            }
        }
    }
    footer{
        background-color: #011b3e;
    }
}