@media screen and (min-width: 992px) and (max-width: 1199px){
    .guests .guest-img{
        width: 50%;
    }
  section.about-us .about-image-sec img {
        width: 450px;
    }
}

@media (max-width: 980px){
    .container, .container-md, .container-sm {
        max-width: 720px;
        /* padding: 0; */
    }
    .about_wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
        background: transparent;
    }
    .abt-image {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 30px;
        position: relative;
        z-index: 1;
    }
    .about-img1 img{
        width:100%;
        height:450px;
    }
        .guests .guest-img{
        width: 50%;
    }
section.about-us-home .abt-co-img{
    width: 100%;
    margin-bottom: var(--m30);
    float:none;
    margin-left: 0px;
}
section.about-us-home .abt-left {
    min-height: auto;
}
section.about-us-home .row {
    flex-direction: column-reverse;
}
section.about-us-home .col-5.abt-left{
    width: 100%;
}
.about_section .about_img{
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
}
.about_section .about_content{
    min-height: auto;
}
  section.about-us {
    padding-top: 50px;
}
  section.about-us .about-image-sec img {
        width: 500px;
    }
  section.about-us .about-image-sec .abt-img1 {
    margin: 0px 0 30px -25%;
}
  section.about-us .about-image-sec .abt-img2 {
    margin: 0 -25% 0 0;
}
  
  section.about-us .about-content-sec {
    padding: 0;
}
      section.about-us .about-image-sec .abt-img1 {
        margin: 0;
    }
  
      section.about-us .about-content-sec {
        order: 2;
    }
  
  section.about-us .about-image-sec {
        order: 1;
    }
  
      section.about-us .about-content-sec {
        order: 2;
        margin-top: 40px;
    }
  
  section.about-us {
        padding-top: 110px;
        padding-bottom: 40px;
    }
  
  section.about-us h2 {
    padding: 0 0 30px 0;

}
    section.about-owner-rev .row{
          flex-direction: column-reverse;
  }
  
    section.about-owner-rev {
         padding-top:0;
  }
  
  section.about-owner {
    padding-bottom: 40px;
}
  
  section.mtteam {
    padding-top: 40px;
}
  
 
  
}
@media (max-width: 540px){

    section.about-owner {
    padding: 40px 24px;
}

    section.about-us {
    padding: 150px 12px 80px;
}

    section.mtteam {
    padding: 80px 12px;
}
  
  section.mtteam h3{
    text-align: center;
    font-size: 28px;
}
  
  section.about-owner img {
    height: 300px;
}
  
  section.about-us .about-content-sec {
        margin-top: 10px;
    }
 
   section.about-us h2{
        padding: 0 0 15px 0;
        font-size:28px;
    }
  
  section.about-us .about-image-sec {
    width: 100%;
    margin-left: 0;
}
  
    .about-image-sec {
    padding-left: 0;
}
  
  section.about-us .about-image-sec {
    float: none;
}
      section.about-us {
        padding-top: 110px;
    }
  section.about-us .about-image-sec img {
        width: 100%;
        height: 220px;
    }
  section.about-us .about-image-sec .abt-img1 {
        margin: 0px 0 30px 0%;
        width: 100%;
    }
  section.about-us .col-6{
   padding:0; 
  }
      section.about-us .about-image-sec .abt-img2 {
        margin: 0 0% 0 0;
        width: 100%;
    }
  .about_wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
  .about-img1 img{
    height: 300px;
  }
section.about-us-home .abt-co-img-left{
    position: relative;
}
section.about-us-home .abt-co-img{
    padding-right: 0;
    margin-right: 0;
    height: auto;
}

section.about-us-home .abt-co-img-right {
    text-align: left;
    z-index: 1;
    transform: translateY(0%) translateX(0px);
    position: relative;
    top: 0;
    margin-top: var(--m20);
}
section.about-us-home .abt-co-img-right img{
    height: 300px;
    width:100%;
}
section.about-us-home .abt-co-img-left img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
section.about-us-home .col-5.abt-left{
    padding:0px;
}
.guests .guest-img {
    width: 100%;
    margin-right: 0px;
    float: none;
    margin-bottom: 30px;
}
.about_section .about_img img{
    height: 300px;
}
.about_section .about_content h5{
    font-size: var(--f25);
    margin-bottom: 20px;
}
.about_section .about_content h2{
    font-size: 22px;
}
.about_section .about_content h4{
    font-size: var(--f20);
}
}
@media (max-width: 360px){
section.about-us-home .abt-co-img-right img {
    height: 250px;
    width: 100%;
}
.guests img{
    height: 200px;
}
.about_section .about_img img {
    height: 250px;
}
.about_section .about_content h5{
    font-size: var(--f23);
    margin-bottom: 20px;
}
.about_section .about_content h2{
    font-size: 20px;
}
.about_section .about_content h4{
    font-size: var(--f18);
}
}