.teaser-cards__body {
  display: flex;
  flex-flow: row wrap;
  gap: 0.75rem;
  justify-content: flex-start;
}
.teaser-cards__card {
  width: 100%;
}
.teaser-cards__more-link {
  margin-top: 0.75rem;
}
.teaser-cards--contrasting-title .teaser-cards__title {
  color: #fff;
}
.teaser-cards--1-row-full .teaser-cards__card:nth-child(n+2) .teaser-card__image {
  display: none;
}
@media screen and (min-width: 576px) {
  .teaser-cards__card {
    width: calc(50% - 0.5rem);
  }
  .teaser-cards--1-row-full .teaser-cards__card:nth-child(2) .teaser-card__image {
    display: block;
  }
}
@media screen and (min-width: 1152px) {
  .teaser-cards__card {
    width: calc(33.3333% - 0.5rem);
  }
  .teaser-cards--1-row-full .teaser-cards__card:nth-child(3) .teaser-card__image {
    display: block;
  }
}

/*# sourceMappingURL=teaser_cards.css.map */
