@media screen and (min-width: 768px) {
  .swiper-container.swiper-logos .swiper-slide, .swiper-container.swiper-logos .swiper-wrapper {
    height: 4rem;
  }
}

.professional-services.swiper-pagination .swiper-pagination-bullet {
  background-color: #DADEF3;
  opacity: 1;
}
.professional-services.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0099FF;
}