/* SERM slider and section (scoped) */

@media (max-width: 991px) {
  .serm-promotion.swiper-promotion .swiper-slide {
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
  }
  .serm-promotion.swiper-promotion .swiper-slide .circle-background,
  .serm-promotion.swiper-promotion .swiper-slide .picture {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 240px !important;
  }
  .serm-promotion.swiper-promotion .swiper-slide .circle-background img,
  .serm-promotion.swiper-promotion .swiper-slide .picture img {
    position: static !important;
    width: auto !important;
    height: auto !important;
    max-width: 85% !important;
  }
  .serm-promotion.swiper-promotion .swiper-slide .text {
    text-align: center !important;
    width: 100% !important;
  }
}


