.paragraph--text-cards.paragraph {
  padding: 0;
}

.text-cards {
  background: #f9f9f9;
  margin-top: 60px;
  padding: 120px 0;
}

@media (width <= 1023.98px) {
  .text-cards {
    margin-top: 30px;
    padding: 60px 0;
  }
}

.text-cards__wrapper {
  align-items: center;
  gap: 130px;
  display: flex;
}

@media (width <= 1023.98px) {
  .text-cards__wrapper {
    flex-direction: column;
    gap: 40px;
  }
}

.text-cards__desc {
  color: #fff;
  flex: 1;
}

.text-cards__desc h3, .text-cards__desc h2 {
  color: #fff;
}

.text-cards__desc h3 {
  margin: 30px 0;
  padding-top: 0;
  line-height: 1.3;
}

.text-cards__cards {
  flex: 0 0 800px;
}

@media (width <= 1023.98px) {
  .text-cards__cards {
    flex: unset;
  }
}

.text-cards__cards.one {
  flex: 1;
}

.text-cards__cards.one .field--paragraph--field-cards--text-cards .field__item {
  height: unset;
}

.text-cards .field--paragraph--field-cards--text-cards {
  gap: 20px;
  display: flex;
}

@media (width <= 767.98px) {
  .text-cards .field--paragraph--field-cards--text-cards {
    flex-direction: column;
  }
}

.text-cards .field--paragraph--field-cards--text-cards .field__item {
  flex: 1;
  height: 500px;
}

.text-cards .column-card {
  --title-size: 28px;
  --bg-color: white;
}
/*# sourceMappingURL=paragraph--text-cards.css.map */
