@media screen and (min-width: 768px) {
  .cards-with-icons-and-text {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .cards-with-icons-and-text {
    margin-bottom: 80px;
  }
}
.cards-with-icons-and-text__title {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-grey-3);
}
@media screen and (min-width: 768px) {
  .cards-with-icons-and-text__title {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .cards-with-icons-and-text__title {
    padding-bottom: 48px;
  }
}
.cards-with-icons-and-text__slider {
  margin: 0 -24px 42px;
}
@media screen and (min-width: 768px) {
  .cards-with-icons-and-text__slider {
    margin: 0;
  }
}
.cards-with-icons-and-text__card-icon {
  height: 40px;
  width: 40px;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.cards-with-icons-and-text__slide {
  height: 100%;
}
.cards-with-icons-and-text__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;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .cards-with-icons-and-text__card {
    padding: 40px 40px 50px;
  }
}
@media screen and (min-width: 1440px) {
  .cards-with-icons-and-text__card {
    padding: 40px;
  }
}
.cards-with-icons-and-text__card-title {
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .cards-with-icons-and-text__card-title {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .cards-with-icons-and-text__card-title {
    margin-bottom: 60px;
  }
}
.cards-with-icons-and-text__card-text {
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
}
.cards-with-icons-and-text__pagination {
  padding: 24px 24px 0;
}
.cards-with-icons-and-text .swiper-slide {
  height: auto;
}
@media screen and (min-width: 768px) {
  .cards-with-icons-and-text .swiper-slide {
    height: unset;
    margin-bottom: 16px;
  }
  .cards-with-icons-and-text .swiper-slide:nth-of-type(3n) {
    flex: 0 0 calc(100% - 24px);
  }
}
@media screen and (min-width: 1024px) {
  .cards-with-icons-and-text .swiper-slide {
    margin-bottom: 24px;
  }
  .cards-with-icons-and-text .swiper-slide:nth-of-type(3n) {
    flex: unset;
  }
}
.cards-with-icons-and-text .swiper-wrapper {
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .cards-with-icons-and-text .swiper-wrapper {
    flex-wrap: wrap;
    width: unset;
    margin-right: -24px;
  }
}
