/* .swiper-container {
    width: 600px;
    height: 300px;
} */
.swiper-pagination {
  bottom: -10px !important;
}
.swiper-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 540px;
  padding: 0 20px 28px;
  margin: 0 auto;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: white;
}
