/* Add custom CSS styles below */ 
.bg-center {
    background-position: unset;
}

@media(max-width:600px){
  .bg-cover {
    background-size: 100% 100% !important;
}

  .swiper-backface-hidden .swiper-slide {
    max-height: 140px !important;
    min-height: 180px !important;
}
  
}