@media (max-width: 980px){
/* about owner */

    section.about-owner .col-6.col-md-6.col-sm-12.img {
        width: 100%;
      margin-bottom: 30px;
    }

    section.about-owner .abt-img {
        width: 100%;
    }

    section.about-owner img {
        /* height: 450px; */
        object-position: 0px 36%;
    }

    section.about-owner .col-6.col-md-6.col-sm-12.cont {
        width: 100%;
    }
}
@media (max-width: 540px){
 section.about-owner img {
        height: 300px;
    }

    section.about-owner .abt-img {
        padding: 0;
        width: 100%;
        height: 300px;
    }

    section.about-owner .abt-owner {
        height: 300px;
    }

    .about-owner {
        padding-top: 40px;
    }

    section.about-owner img {
        height: 300px;
      border-radius: 25px;
    }
	section.about-owner .abt-img{
      border-radius: 25px;
  }
  section.about-owner .col-6.col-md-6.col-sm-12.img, section.about-owner .col-6.col-md-6.col-sm-12.cont{
   padding:0px; 
    height:auto;
  }
  section.about-owner .abt-detail {
        display: block;
    }
   section.about-owner .call-us,
    section.about-owner .email-us {
        margin-bottom: 20px;
    }
}
@media (max-width: 360px){
section.about-home img{
    height:300px;
}
}