@charset 'UTF-8';

.swiper-container {
  transition-timing-function: linear !important;
}

.swiper-wrapper {
  width: 60%;
}

.swiper-slide img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.box_all {
  margin: 3% 5%;
}

@media screen and (max-width: 600px) {
  .swiper-slide img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
}
