.swiper {
    width: 90%;
    height: 70vh;
    max-height: 600px;
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 2%;
  }
  .swiper-button-next:after, .swiper-button-prev:after{
    color: #333!important;
  }
  .swiper-scrollbar{
    display: none;
  }

  /* Tablet */
  @media screen and (max-width: 768px) {
    .swiper {
      height: 40vh;
      width: 95%;
      padding: 0 10px;
    }
  }

  /* Mobile */
  @media screen and (max-width: 480px) {
    .swiper {
      height: 30vh;
      width: 100%;
      padding: 0 8px;
      margin-top: 3%;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
      font-size: 20px;
    }
  }



