 
.ln-resident-container_mob{
  display: none;
}
.ln-resident-slider-inner{
  display: flex;
  gap: 55px;
/*   overflow: hidden; */
  max-width: 100%;
  min-height: 560px;
}

div.ln-resident-slide.swiper-slide.residents_box{
  min-width: 280px !important;
  height: 379px;
}



.ln-resident-container{
  min-height: 500px !important;
}
.ln-resident-slider-inner .residents_box_outer:nth-child(even) {
  position: relative;
  top: 64px;
}

.ln-resident-slider-wrapper{
  display: flex;

  }
  .residents_box{
    width: 280px;
    min-height: 379px;
    padding: 32px;
    border-radius: 20px;
  border: 1px solid var(--Cream, #F6F4E9);
  background: var(--White, #FFF);
  box-shadow: 18.139px 20.453px 50.569px 0px rgba(0, 0, 0, 0.03), 7.166px 8.08px 18.85px 0px rgba(0, 0, 0, 0.02), 1.568px 1.768px 6.706px 0px rgba(0, 0, 0, 0.01);
  }
  .residents_box .ln-resident-doublequotes{
    font-size: 107px;
    font-family: 'Sentinel';
    color: #E2523B;
    position: relative;
    top: 32px;
  }
  .residents_box .ln-resident-customers-review{
    color: #015675;
  font-family: 'Avenir Roman', Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  }
  .residents_box .ln-resident-customers-name{
    color: var(--Navy, #015675);
  text-align: right;
  
  /* Label */
  font-family: 'Avenir Roman', Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-family: 'Avenir-Heavy-800', Helvetica, Arial, Lucida, sans-serif;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.12px;
  text-transform: uppercase;
  }

  @media(max-width:1000px){
    .ln-resident-container{
      display: none;
    }
    .ln-resident-container_mob{
      display: block;
    }
    .ln-resident-slider-inner_mob{
      display: flex;
/*       gap: 85px;
      overflow: hidden;
      max-width: 100%;
      min-height: 500px; */
    }
    
    div.ln-resident-slide_mob.residents_box_mob{
      min-width: 280px !important;
      height:100%;
    }
    
    
    
    .ln-resident-container_mob{
      min-height: 300px !important;
    }
    .ln-resident-slider-inner_mob .residents_box_mob:nth-child(even) {
      position: relative;
      top: 64px;
    }
    
    .ln-resident-slider-wrapper_mob{
      display: flex;
    
      }
      .residents_box_mob{
        width: 280px;
        min-height: 379px;
        padding: 32px;
        border-radius: 20px;
      border: 1px solid var(--Cream, #F6F4E9);
      background: var(--White, #FFF);
      box-shadow: 18.139px 20.453px 50.569px 0px rgba(0, 0, 0, 0.03), 7.166px 8.08px 18.85px 0px rgba(0, 0, 0, 0.02), 1.568px 1.768px 6.706px 0px rgba(0, 0, 0, 0.01);
      }
      .residents_box_mob .ln-resident-doublequotes_mob{
        font-size: 107px;
        font-family: 'Sentinel';
        color: #E2523B;
        position: relative;
        top: 32px;
      }
      .residents_box_mob .ln-resident-customers-review_mob{
        color: #015675;
      font-family: 'Avenir Roman', Helvetica, Arial, Lucida, sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 26px; /* 144.444% */
      }
      .residents_box_mob .ln-resident-customers-name_mob{
        color: var(--Navy, #015675);
      text-align: right;
      
      /* Label */
      font-family: 'Avenir Roman', Helvetica, Arial, Lucida, sans-serif;
      font-size: 14px;
      font-style: normal;
      font-family: 'Avenir-Heavy-800', Helvetica, Arial, Lucida, sans-serif;
      line-height: 24px; /* 171.429% */
      letter-spacing: 1.12px;
      text-transform: uppercase;
      }
      .swiper-navi{
        display: flex;
        gap: 10px;
        position: absolute;
        top: -35px;
        right: 0px;
      }
    
  }