.inner-wrapper{
    max-width: 600px;
    @font-face {
  font-family: "ABCDiatype";
  src: url("./ABCDiatype-Mono-Compressed-Unlicensed-Trial.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
}
.swiper {
  width: 100%;
  height: 300px;
}

.swiper img {
  width: 50%;
  height: auto;

background-color: #6D9463}

.swiper {
  width: 100%;
  max-width: 600px;
  height: 320px;
  margin: 2rem auto;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5em;
}
.swiper-slide img {
  width: 200px;
  height: auto;
  border-radius: 1em;
}