@charset "UTF-8";
    swiper-container {
      width: 60%;
      height: 100%;
      margin-bottom: 60px;
    }

    swiper-slide {
      background-position: center;
      background-size: cover;
    }

    swiper-slide img {
      display: block;
      width: 100%;
    }

    swiper-container::part(pagination) {
      position: static;
    }

    swiper-container::part(bullet){
      background-color: #216d36;
    }

    swiper-container::part(bullet-active){
      background-color: #216d36;
    }

@media only screen and (max-width: 750px) {
    swiper-container {
        width: 100%;
        margin-bottom: 8vw;
    }
}
