@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);
    }
  }



  @media (max-width: 1024px){
    section.sandy-section .card {
    width: 200px;
   
}
    
}

  @media (max-width: 980px) {
    
    .sandy-para{
    margin-bottom: 40px;
    margin-top: 40px;
   }
    
    section.about-us-home .abt-co-img {
      width: 100%;
      margin-bottom: var(--m30);
      float: none;
      margin-left: 0;
      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-us-home .abt-co-img-left {
      padding-right: 0;
    }
    section.about-us-home .abt-co-img-left img {
      width: 100%;
      height: 550px;
      object-fit: contain;
    }
  }
  @media (max-width: 540px) {
    
        .sandy-section-new .row {
        flex-direction: column !important;
    }
    
        section.sandy-section .row {
        flex-direction: column-reverse;
    }
    
 
    
    .owl-carousel .owl-stage-outer {
    padding: 0;
}
    
        .sandy-para {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    .sandy-para h2 {
    font-size: 22px;
}
    
    
    .testy_about{
      display:block;
    }
    
    
      .image-stack{
        
          display:none;
    
        }
    
    
    
    section.about-us-home .abt-co-img-left {
      padding-right: 0;
    }
    section.about-us-home .abt-co-img-right {
      text-align: left;
      z-index: 1;
      transform: translateY(0) translateX(0);
      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: 85%;
        height: 185px;
        object-fit: contain;
        display: block;
        margin: auto;
    }
    section.about-us-home .col-5.abt-left {
      padding: 0;
    }
  }
  
 





