/*   -----SERVICES SLIDER-----   */
.services {
  background: #f3f4f6;
  padding: 30px 0;
}
.service-card {
  background: #fff;
  border-radius: 0px;
  padding: 50px 15px;
  text-align: center;
  margin: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.swiper {
  padding-bottom: 40px;
}
.swiper-button-next,
.swiper-button-prev {
  color: #000;
}
.swiper-pagination-bullet-active {
  background: #000;
}

@media (max-width: 768px) {
  .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 0rem !important;
  }
}