section.icon-text-cards {
  padding: 4em;
}
section.icon-text-cards h2 {
  text-align: center;
  font-family: "SpaceGrotesk", sans-serif;
  letter-spacing: -0.035em;
  line-height: 110%;
  font-size: 45px;
  color: #ff286e;
}
section.icon-text-cards .cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  section.icon-text-cards .cards {
    flex-direction: column;
  }
}
section.icon-text-cards .cards .card {
  width: 33.3333%;
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  section.icon-text-cards .cards .card {
    width: 100%;
  }
}
section.icon-text-cards .cards .card .card-icon {
  height: 90px;
  width: auto;
}
section.icon-text-cards .cards .card .card-title {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 110%;
  max-width: 337px;
  letter-spacing: -0.035em;
  color: #0A1128;
  margin: 1em 0 0 0;
}
section.icon-text-cards .cards .card .card-description {
  font-family: "Open Sans", sans-serif;
  max-width: 337px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #0A1128;
  margin: 1em 0 0 0;
}

/*# sourceMappingURL=section-icon-text-cards.css.map */
