@import url('https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css');

.swiper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 100px;
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0px;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  width: 20px;
  height: 20px;
}

.swiper-pagination {
  text-align: center;
  margin-top: 15px;
}

.swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #333;
}