@media (max-width: 1024px) and (min-width: 981px){
    section.about-us .about-image-sec img {
    width: 450px;
}
}
@media (max-width: 980px){
section.about-us-home .abt-co-img{
    width: 100%;
    margin-bottom: var(--m30);
    float:none;
    margin-left: 0px;
}
section.about-us-home .abt-left {
    min-height: auto;
}
.about_section .image-sec {
    width: 100%;
    float: none;
    position: relative;
    z-index: 1;
    margin-right: 0;
    margin-bottom: 30px;
}
.about_section .about_img img, .about_section .about_img{
    height: auto;
}
.about_section .about_content {
    margin-left: 0;
}
.about_section .content-sec {
    min-height: auto;
}
section.about-us .about-image-sec {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
}
section.about-us .about-image-sec .abt-img1 {
    margin: 0px 0px 30px -20%;
}
section.about-us .about-image-sec .abt-img2 {
    margin: 0px -20% 0px 0px;
}
section.about-owner{
    padding-top: 50px;
}
section.about-owner .img img {
    margin-top: 0;
    margin-bottom: 50px;
    height: 450px;
}
section.about-owner .row{
    flex-direction: column-reverse;
}
section.about-owner .abt-img{
    width: 100%;
}
}
@media (max-width: 540px){
        section.about-us .about-image-sec .abt-img1 {
        margin: 0px 0px 25px 0%;
        width: 100%;
    }
        section.about-us .about-image-sec .abt-img2 {
        margin: 0px 0% 0px 0px;
        width: 100%;
    }
    section.about-us .about-image-sec img {
    width: 100%;
    max-width: 100%;
    height: 220px;
}
        .about_section .about_img img, .about_section .about_img {
        height: auto;
    }
section.about-us-home .abt-co-img{
    display: flex;
    flex-direction: column-reverse;
}
section.about-us-home .abt-co-img-right {
    text-align: left;
    z-index: 1;
    transform: translateY(0%) translateX(0px);
    position: relative;
    top: 0;
    margin-top: var(--m20);
}
section.about-us-home .abt-co-img-right img{
    height: 300px;
    width:100%;
}
section.about-us-home .abt-co-img-left img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
section.about-us-home .col-5.abt-left{
    padding:0px;
}
 section.about-owner {
        padding-top: 40px;
    }
    section.about-owner .img img{
        height: auto;
        margin-bottom: 0px;
    }
    section.about-owner .cont img{
        top: 0;
        position: relative;
    }
    .owner-para{
        margin-top: 0;
    }
    section.about-owner .owner-info p {
    font-size: 1.4rem;
}
}
@media (max-width: 360px){
section.about-us-home .abt-co-img-left img, section.about-us-home .abt-co-img-right img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
}
@media (max-width: 320px){

}