.text-page-cards-with-icon {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .text-page-cards-with-icon {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .text-page-cards-with-icon {
    margin-bottom: 80px;
  }
}
.text-page-cards-with-icon__title {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .text-page-cards-with-icon__title {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .text-page-cards-with-icon__title {
    margin-bottom: 48px;
  }
}
.text-page-cards-with-icon__slider {
  margin: 0 -24px;
}
@media screen and (min-width: 768px) {
  .text-page-cards-with-icon__slider {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .text-page-cards-with-icon__slider-wrapper {
    margin-bottom: 24px;
  }
}
.text-page-cards-with-icon__pagination {
  padding: 0 24px;
}
.text-page-cards-with-icon__card-icon {
  height: 40px;
  width: 40px;
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.text-page-cards-with-icon__card {
  border-radius: 54px 16px 16px 16px;
  padding: 32px;
  position: relative;
  z-index: 1;
  background-color: var(--color-grey-2);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.text-page-cards-with-icon__card-title {
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.text-page-cards-with-icon__card-text {
  word-wrap: break-word;
}
.text-page-cards-with-icon__card-text_s {
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
  font-weight: var(--font-weight-regular);
}
@media screen and (min-width: 1440px) {
  .text-page-cards-with-icon__card-text_s {
    font-size: var(--font-size-m);
    line-height: var(--line-height-m);
  }
}
.text-page-cards-with-icon__card-text_m {
  font-size: var(--font-size-m);
  line-height: var(--line-height-m);
}
.text-page-cards-with-icon .swiper-slide {
  height: auto;
}
@media screen and (min-width: 768px) {
  .text-page-cards-with-icon .swiper-slide {
    height: unset;
    margin-bottom: 24px;
  }
}
.text-page-cards-with-icon .swiper-wrapper {
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .text-page-cards-with-icon .swiper-wrapper {
    flex-wrap: wrap;
    width: unset;
    margin-right: -24px;
  }
}
