.swiper {
    width: 100%;
    height: auto;
    font-family: 'Roboto', sans-serif;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
  }

  .swiper-pagination-bullet-active {
    color: #fff;
    background: #3bc9db;
  }

  .swiper-button-next{
      color: #3bc9db;
  }
  .swiper-button-prev{
    color: #3bc9db;
  }