.highlighted_areas-block h2,
.frontpage_news-block h2,
.frontpage_events-block h2
{
    text-align: center;
    font-weight: 300;
    font-size: 3rem;
    margin-bottom: 1.9rem;
    margin-top: 0px;
    padding-top: 1.9rem;
    text-transform: uppercase;
    color: var(--gt-navy);
}

.highlighted_areas-block h2::before,
.frontpage_news-block h2::before,
.frontpage_events-block h2::before
{
    background-image: url('/themes/contrib/arta_theme/images/gt-branding-chiclit-sm.png');
    background-repeat: no-repeat;
    content: " ";
    height: 35px;
    width: 70px;
    margin: 1rem auto;
    display: block;
}
