.swiper {
    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;
    object-fit: cover;
  }

  .swiper-pagination{
    bottom: 0 !important;
    top: 0 !important;
    height: 80px;
  }
  .swiper-pagination-bullet {
    width: 60px !important;
    height: 60px !important;
    text-align: center;
    line-height: 60px !important;
    font-size: 30px !important;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    margin: 20px !important;
  }

  .swiper-pagination-bullet-active {
    color: #fff;
    background: #f08125 !important;
  }
