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

section.about-home img{
    height:350px;
  border-radius: 25px;
}
section.about-owner img {
    width: 100%;
    height: 350px;
  border-radius: 25px;
}
section.about-owner .abt-detail {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
}
  section.about-owner .col-6.col-md-6.col-sm-12.img {
        height: 350px;
        width: 100%;
        padding: 0;
    }
  section.about-owner .col-6.col-md-6.col-sm-12.cont{
    padding: 0;
  }
  section.about-owner .call-area a{
    font-size: 14px;
  }
  section.about-owner .icon-area{
    min-width: 40px;
    width: 40px;
    height: 40px;
    font-size: var(--f17);
  }
}
@media (max-width: 360px){

}