.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 200px; */
}

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

.swiper-button-prev {
  background-image: url("./assets/leftArrow.svg") !important;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
}

.swiper-button-next {
  background-image: url("./assets/rightArrow.svg") !important;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
}

.swiper .swiper-button-next > svg,
.swiper .swiper-button-prev > svg {
  content: none !important;
  display: none !important;
}
