
.service-slider {
    margin-bottom: 40px;
}

.swiper-container {
  width: 100%;
  height: 300px; /* Вы можете изменить высоту под свои нужды */
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000; /* Цвет стрелок */
}

