@media (max-width: 1024px) and (min-width: 981px){
    section.about-us-home .abt-co-img{
        margin-right: 65px;
    }
    section.about-us-home .abt-co-img-right{
        transform: translateY(-25%) translateX(186px);
    }
  section.about-us .about-image-sec img {
 width:435px;
}
}

@media (max-width: 1024px){
      section.about-us-sec .first-img {
        width: 390px;
        height: 460px;
        object-fit: cover;
    }

    section.about-us-sec .about-images .second-img {
        width: 200px;
        height: 200px;
    }
  
}




@media (max-width: 980px){
      section.about-us-sec .first-img {
        width: 73%;
        height: 350px;
    }
      section.about-us-sec .about-images .second-img {
        left: 59%;
        width: 270px;
        height: 230px;
    }
      section.about-us-sec .about-us-cont {
        margin-top: 40px;
    }
      section.about-us-sec .about-cont h2 {
        margin-bottom: 40px;
    }
    .about-image-sec {
    width: 100%;
}
  .about-content {
    min-height: 100%;
}
section.about-us-home .abt-co-img{
    width: 100%;
    margin-bottom: var(--m30);
    float:none;
    margin-left: 0px;
    height: auto;
}
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%;
}
section.about-eliza .img {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
}
section.about-eliza .content {
    height: auto;
}
section.about-eliza .img img {
    width: 100%;
    height: 400px;
    }
    section.about-sec .abt-img{
        width: 100%;
    float: none;
    margin-right: 0px;
    }
    section.about-sec .about-img img{
        height: 400px;
    }
    section.about-sec .about-cont {
    margin-top: 30px;
}
section.about-sec .abt-content{
    min-height: auto;
}
  .about-image {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 30px;
}
}
@media (max-width: 540px){
  section.about-us-sec .abt-head h6{
    margin-bottom: 28px;
    font-size: 28px;
    margin-top: 30px;
  }
      section.about-us-sec .about-cont h2 {
        margin-bottom: 10px;
    }
  
  section.about-us-sec .abt-head {
    margin-bottom: 0;
}
  
  section.about-us-sec{
        padding-bottom: 140px;
  }
  
  section.about-us-sec .col-12{
    padding:0;
  }
  section.about-us-sec .abt-head {
    width: 100%;
}
      section.about-us-sec .abt-para {
        width: 100%;
    }
      section.about-us-sec .abt-info {
        display: block;
    }
  .about-cont {
        height: 460px;
    }
  section.about-us-sec .about-us-cont {
        margin-top: 25px;
    }
      section.about-us-sec .about-images .second-img {
        position: static;
        width: 100%;
        transform: translateY(0%);
                height: 250px;
    }
  
      section.about-us-sec .first-img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        margin-bottom: 20px;
    }
  
  section.about-us{
    padding-top:0;
  }
section.about-us .about-image-sec .abt-img1 {
    margin: 0;
    padding-bottom: 30px;
}
  
  section.about-us .about-image-sec .abt-img2 {
    margin: 0;
}

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;
}
section.about-eliza .img img{
    height: 300px;
}
    section.about-sec .about-img img {
        height: 300px;
    }
    section.about-sec .abt-content h3{
        font-size: var(--f28);
    }
    section.about-sec .abt-content h2 {
    font-size: var(--f24);
}
  .about-img2{
    border-radius: 0 30%;
    padding: 0%;
    border: 15px solid var(--heading-color);
  }
  .about-img2 img{
    height:350px;
  }
  .sub-title{
    font-size: 15px;
  }
}

@media (max-width: 375px){

      section.about-us-sec {
        padding-bottom: 180px;
    }
  
}


@media (max-width: 320px){

      section.about-us-sec {
        padding-bottom: 280px;
    }
  
}






