.swiper {
  width: 70%;
  margin: 40px auto;
}

.swiper-slide img {
  width: 160px;
  height: auto;
  object-fit: contain;
}

.carousel-section h2 {
  font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  opacity: 0;
}

@media (max-width: 1200px) {
  .swiper {
    width: 85%;
  }
  .swiper-slide img {
    width: 140px;
  }
  .carousel-section h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 900px) {
  .swiper {
    width: 90%;
  }
  .swiper-slide img {
    width: 120px;
  }
  .carousel-section h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .swiper {
    width: 95%;
  }
  .swiper-slide img {
    width: 90px;
  }
  .carousel-section h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}