.teaser-cards {
    display: block;
}
.teaser-cards__grid {
    display: grid;
    column-gap: 3rem;
    row-gap: 3rem;
    grid-template-columns: repeat(auto-fit, minmax(0, 22.25rem));
    justify-content: center;
}

.teaser-card {
    box-shadow: 2px 4px 0.625rem rgba(0,0,0,0.1);
}

.teaser-card__content {
    padding-top: 2rem;
    padding-inline: 1.5rem;
    padding-bottom: 1.75rem;
}
.teaser-card__content > *:first-child {
    margin-top: 0;
}
.teaser-card__title {
    margin: 0;
    min-height: 4.5rem;
}
.teaser-card__text {
    margin-top: 0.5rem;
}
