.hf_group {
    .teaser-text {
        a {
            color: var(--hf-white-100)!important;
        }
    }
}
.teaser-text {
    h2, h3, h4, h5, h6 {
        font-size: 24px;
    }

    @media (max-width: 992px) {
        margin-block-end: 40px;
    }

}