/* Add custom CSS styles below */ 
.text-white{
  color:#5B6650!important;
}

@media (max-width:768px){
.bg-cover{
  background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center top;
}

  .s-block--hero-slider .swiper-slide {
  height:220px !important;
     min-height:220px !important;
  background-color: #fdf8f4;
}
  .swiper-slide p{
    display:none!important;
  }
  .swiper-slide .mb-4 {
  margin-bottom: 0rem!important;
}
  .swiper-slide .pb-16 {
  padding-bottom: 0rem!important;
}
}