@charset "utf-8";

.swiper__content {
  width: min(100%, 700px);
  margin: 0 auto 50px;
}

.swiper {
  display: flex;
  /* justify-content: center;
    align-items: center; */
  /* width: 100%;
  aspect-ratio: 32 / 21; */
}

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