/* .home_slider .swiper-pagination-bullet {
  border-radius: 0;
  width: 40px;
  height: 5px;
  background-color: #231f20;
  opacity: 1;
}
.home_slider .swiper-pagination-bullet-active {
  background-color: #f58220;
} */

.accreditations_slider .swiper-pagination-bullet {
  border-radius: 0;
  width: 40px;
  height: 5px;
  background-color: #231f20;
  opacity: 1;
}
.accreditations_slider .swiper-pagination-bullet-active {
  background-color: #b90000;
}

@media only screen and (max-width: 600px) {
  .accreditations_slider .swiper-pagination-bullet {
    width: 20px;
  }
}
