body.page-id-390 .elementor-image-carousel-wrapper.swiper {
  overflow: visible;
}

body.page-id-390 .elementor-image-carousel-wrapper .swiper-wrapper {
  display: grid !important;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  transform: none !important;
}

body.page-id-390 .elementor-image-carousel-wrapper .swiper-slide {
  height: auto !important;
  margin: 0 !important;
  opacity: 1 !important;
  transform: none !important;
  width: auto !important;
}

body.page-id-390 .elementor-image-carousel-wrapper .swiper-slide-duplicate {
  display: none !important;
}

body.page-id-390 .elementor-image-carousel-wrapper .swiper-slide-inner {
  display: block;
  height: 100%;
}

body.page-id-390 .elementor-image-carousel-wrapper .swiper-slide-image {
  aspect-ratio: 4 / 3;
  display: block;
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}

@media (max-width: 767px) {
  body.page-id-390 .elementor-image-carousel-wrapper .swiper-wrapper {
    grid-template-columns: 1fr;
  }
}
