/* Custom properties */
:root {
  --swiper-slider-height: 600px;
  --swiper-slider-max-width: 1400px;
}

.swiper {
  width: 100%;
  height: var(--swiper-slider-height);
}

.swiper-slide {
  /* text-align: center; */
  /* font-size: 18px; */
  background: #fff;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  height: var(--swiper-slider-height) !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: var(--swiper-slider-height);
  object-fit: cover;
}
