.cards-carousel {
  background-color: var(--neutral-100);
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.cards-carousel .cmp-cards-carousel__title {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cards-carousel .cmp-cards-carousel__title {
    margin-bottom: 2rem;
  }
}
.cards-carousel .swiper {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .cards-carousel .swiper {
    padding: 0.125rem;
  }
}
.cards-carousel .swiper .swiper-slide {
  height: auto;
  width: 18.875rem;
}
