.swiper {
  --swiper-pagination-bottom: 4rem;
  --swiper-pagination-color: #000;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.3;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 750px) {
  .section-swiper {
    max-width: 107.4rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5rem;
  }
}