.swiper-slide {
  height: 310px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 100% !important;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  background-image: url("../images/arrow.svg");
  transition: all 0.3s ease-in-out;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.6;
}
.swiper-button-next:active,
.swiper-button-prev:active {
  opacity: 1;
}

.swiper-button-prev {
  transform: rotate(180deg) translateY(50%);
}

.swiper-pagination {
  z-index: 2;
}

.swiper-pagination-bullet {
  background-color: green;
  opacity: 1;
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.swiper-pagination-bullet.active {
  border: 1px solid green;
  background-color: white;
}/*# sourceMappingURL=swiper.css.map */