.three-cards-with-numbers {
  margin: 48px 0;
}
@media screen and (min-width: 768px) {
  .three-cards-with-numbers {
    margin: 64px 0;
  }
}
@media screen and (min-width: 1440px) {
  .three-cards-with-numbers {
    margin: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .three-cards-with-numbers__slider-wrapper {
    margin-bottom: 24px;
  }
}
.three-cards-with-numbers__slide {
  height: 100%;
}
.three-cards-with-numbers .swiper-slide {
  height: auto;
}
@media screen and (min-width: 768px) {
  .three-cards-with-numbers .swiper-slide {
    height: unset;
    margin-bottom: 24px;
  }
}
.three-cards-with-numbers .swiper-wrapper {
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .three-cards-with-numbers .swiper-wrapper {
    flex-wrap: wrap;
    width: unset;
    margin-right: -24px;
    margin-bottom: -24px;
  }
}
