.swiper-button-next,
  .swiper-button-prev {
    color: white; /* arrows */
  }
  .swiper-pagination-bullet {
    background: white; /* dots */
  }
  .swiper-pagination-bullet-active {
    background: white; /* active dot */
  }
