/* This CSS is for Swiper JS */
/* Learn more from https://swiperjs.com */
@import url("https://cdn.jsdelivr.net/npm/swiper@11.2.8/swiper-bundle.min.css");

.swiper {
  width: 380px;
  height: 380px;
}

.swiper-slide{
  img{
    /*margin: auto;*/
    margin: auto;
  }
}
