@media screen and (min-width: 992px) and (max-width: 1199px){
        section.about-owner .cont img {
        width: 50%;
    }
}
@media (max-width: 980px){
section.about-home .main-about-img{
   width: 100%;
    overflow: hidden;
    float: none;
    margin-right: 0;
    margin-bottom: var(--m30);
}
section.about-home img{
    height: 100%;
    object-position: top;
}
section.about-home .abt-cont{
    min-height: 100%;
}
.abt-owner-img {
    width: 100%;
    float: none;
    margin-bottom: 25px;
    }
    section.about-owner .abt-img{
        width: 100%;
    }
    section.about-owner img {
    width: 100%;
    height: 450px;
}
.cont {
    min-height: auto;
}
section.about-owner .col-6.col-md-6.col-sm-12.img, section.about-owner .col-6.col-md-6.col-sm-12.cont{
        width: 100%;
        height: auto;
    }
    section.about-owner .abt-img{
        position: relative;
        width: 100%;
        height: 450px;
    }
    section.about-owner .row {
        gap: 30px;
        flex-direction: column-reverse;
    }
    section.about-owner{
        padding-top: 50px;
    }
    section.about-owner .img img {
    margin-top: 0;
    height: 450px;
}
}
@media (max-width: 540px){

section.about-home img{
    height:350px;
}
section.about-owner img {
    width: 100%;
    height: 350px;
}
section.about-owner .abt-detail {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
}
section.about-owner {
        padding-top: 40px;
    }
    section.about-owner .col-lg-6.col-md-12.col-sm-12{
        padding-left: 12px;
        padding-right: 12px;
    }
    section.about-owner .img img {
        margin-top: 0;
        height: 300px;
    }
    section.about-owner .abt-img, section.about-owner img {
        height: auto;
    }
    section.about-owner .cont img{
        width: 45%;
    top: 0;
    position: relative;
    }
    .owner-para {
    margin-top: 0;
    
}
section.about-owner .owner-info p {
    font-size: 1.5rem;
    }
        section.about-owner .row {
        gap: 0px;
    }
}
@media (max-width: 360px){
section.about-home img{
    height:300px;
}
section.about-owner img {
    width: 100%;
    height: 300px;
}
}