.swiper-slide {
  height: auto !important;
}

.advantages__card {
  height: 100%;
  padding: 1.9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 25px;
}

.advantages__card__icon {
  height: 100px !important;
  width: auto;
  padding-bottom: 1.8rem;
}

.advantages__card__title {
    margin: 0;
    font-family: "Sofia Sans", Sans-serif !important;
    font-size: 25px !important;
    font-weight: 700;
    line-height: 1.1;
    color: white;
    text-align: center;
}

.advantages-swiper-pagination {
  padding: 2rem 0 1rem 0;
  display: flex !important;
  justify-content: center;
}

.advantages-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
.advantages-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var( --e-global-color-primary ) !important;
}