  swiper-container {
    width: 100%;
    height: 100%;
  }

  swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  swiper-container::part(bullet-active) {
    background-color:#56828C;   
  }

  swiper-container::part(button-prev), swiper-container::part(button-next) {
    color: #56828C; 
  }



@media only screen and (max-width: 465px) {
      swiper-container {
        height: 395px;
      }


      swiper-container::part(button-prev), swiper-container::part(button-next) {
        background-color: rgb(255 255 255 / 0%);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        width: 30px;
        height: 30px;
        padding: 5px;
      }
  }

