.foodtech {
    .teaser-text {
        a {
            color: var(--hf-white-100)!important;
        }
    }
}
.teaser-text {
    h2, h3, h4, h5, h6 {
        font-size: 24px;
        hyphens: auto;
    }
    .content {
        padding: 45px 20px 35px 20px;
        @media screen and (min-width: 1400px) {
            padding: 65px 40px 50px 40px;
        }
    }
    @media (max-width: 992px) {
        margin-top: 15px;
        margin-bottom: 15px;
    }

}