@media (max-width: 991px) {
    .about_wrapper .upper-head {
        width: 90%;
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
        .about_wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about_wrapper .upper-head h2{
        font-size: 36px;
    }
    .abt-image{
        width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 30px;
    }
    .abt-content {
    min-height: auto;
    width: 100%;
}
.about_wrapper .head-sec {
    max-width: 90%;
    }
    .about_wrapper .upper-content, .about_wrapper .upper-image {
    width: 100%;
}
    section#about .row {
        flex-direction: column-reverse !important;
        gap: 30px;
    }
    .abt-detail{
        flex-direction: column;
    }
    .about-img1 {
        height: auto;
        margin-bottom: 0px;
    }
    .about_wrapper .heading_sec h3 {
        font-size: 32px;
    }
}
@media (max-width: 540px){
    .about_wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .about_wrapper .upper-head {
        width: 100%;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    .about-img1 img {
        width: 100%;
        height: 300px;
    }
    .about_wrapper .upper-head h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .about_wrapper .head-sec {
        max-width: 100%;
    }
        .about_wrapper .heading_sec h3 {
        font-size: 28px;
    }
    .abt-detail{
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media (max-width: 360px){
.about_wrapper .upper-head h2 {
        font-size: 28px;
    }
    }