:root {
  --swiper-pagination-color: #E92074;
  --swiper-pagination-bullet-size: 16px;
  --swiper-pagination-bullet-width: 16px;
  --swiper-pagination-bullet-height: 16px;
  --swiper-pagination-bullet-inactive-color: #FFF;
  --swiper-pagination-bullet-inactive-opacity: 0.8;
  --swiper-pagination-bullet-opacity: 1;
}
.swiper {
  width: 100%;
  max-width: 1280px;
  height: 500px;
  margin-bottom: 50px;
}
.swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EEE;
}