.swiper {
  max-width: 100%;
  margin: 3rem auto 0;
}

.swiper-slide img {
  width: 100%;
  border-radius: 4px;
}

.swiper-pagination {
  position: relative !important;
  margin-top: 1rem;
  opacity: 1 !important;
}

.swiper-pagination-bullet {
  background: #333 !important;
  opacity: 0.6 !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
}
