@media (max-width: 991px) {
    .about_wrapper .upper-head {
        width: 90%;
        margin-bottom: 40px;
    }
        .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;
}
}
@media (max-width: 540px){
    .about_wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .about_wrapper .upper-head {
        width: 100%;
        margin-bottom: 30px;
    }
    .about-img1 img {
        width: 100%;
        height: 300px;
    }
    .about_wrapper .upper-head h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}
@media (max-width: 360px){
.about_wrapper .upper-head h2 {
        font-size: 28px;
    }
    }