@media (max-width: 768px) {
  .swiper-slide .container {
   /* flex-direction: column !important;
    padding: 1rem 1rem !important;*/
    text-align: center !important;
  }

  .swiper-slide .container .text-center {
    width: 100% !important;

  }

  .swiper-lazy {
     background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    min-height: 250px !important;
  }
}