.news-teaser {

}

.news-teaser__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.news-teaser h2 {
    font-family: var(--font-title);
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    text-align: left;
}

.article-grid--teaser {
    width: 100%;
}

@media (max-width: 760px) {
    .news-teaser h2 {
        font-size: 36px;
        text-align: center;
    }

    .news-teaser__inner {
        align-items: stretch;
    }
}
