/**
* Block Name: teaser_news
*/


section.teaser_news .news_card >*,
section.teaser_news .news_card h4 {
    color: black !important;
}

section.teaser_news .news_card img {
max-height: 226px;
height: 100%;
}


@media (max-width: 992px) {

    section.teaser_news .news_card {
        gap: 30px;
    }

    section.teaser_news .news_card img {
        max-height: 266px;
    }
}
