.accreditations_slider .swiper-pagination-bullet,
.clients_slider .swiper-pagination-bullet {
  border-radius: 0;
  width: 40px;
  height: 5px;
  background-color: #e6e7e8;
  opacity: 1;
}
.accreditations_slider .swiper-pagination-bullet-active,
.clients_slider .swiper-pagination-bullet-active {
  background-color: #feca0a;
}

@media only screen and (max-width: 600px) {
  .accreditations_slider .swiper-pagination-bullet,
  .clients_slider .swiper-pagination-bullet {
    width: 20px;
  }
}