@media (max-width: 1366px){
  section.about-owner .abt-detail{
   gap: 15px;
   /* align-items: flex-start; */
   /* flex-direction: column; */
  }
}
@media (max-width: 1100px) and (min-width: 981px){
 section.about-owner .abt-detail{
   gap: 15px;
   align-items: flex-start;
   flex-direction: column;
  }
}
@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;
}
}
@media (max-width: 540px){

    .col-12{
        padding: 0;
    }

section.about-home img{
    height:350px;
}
section.about-owner img {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}
section.about-owner .abt-detail {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
}
}
@media (max-width: 400px){
  section.about-owner .call-area a{
    word-break: break-word;
  }
}
@media (max-width: 360px){
section.about-home img{
    height:300px;
}
section.about-owner img {
    width: 100%;
    height: 300px;
}
}