@media (max-width: 1366px){
section.about-owner .abt-detail {
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 1200px) and (min-width: 992px){

  section.about-owner img {
    width: 100%;
    height: 700px;
    border-radius: 20px;
}
  
  section.about-owner .abt-img {
    height: 700px;
    border-radius: 20px;
        width: 95%;
}
  
}



@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:500px;
    object-position: top;
}
section.about-home .abt-cont{
    min-height: 100%;
}
 section.about-owner .col-6.col-md-6.col-sm-12.img {
    position: relative;
    height: 350px;
    width: 100%;
}
section.about-owner .abt-img{
    width: 100%;
}
section.about-owner img{
     height: 350px;
}
section.about-owner .col-6.col-md-6.col-sm-12.cont{
    width: 100%;
    margin-top: 30px;
}
}
@media (max-width: 540px){

section.about-home img{
    height:350px;
}
section.about-owner .col-6.col-md-6.col-sm-12.img {
        position: relative;
        height: 350px;
        width: 100%;
        padding: 0px;
    }
    section.about-owner .col-6.col-md-6.col-sm-12.cont{
        padding: 0px;
    }
    section.about-owner img {
        height: 350px;
    }
    section.about-owner .call-area {
    display: block;
    font-size: 15px;
}
}
@media (max-width: 360px){
section.about-home img{
    height:300px;
}
}