


h2, h3, h4, h5, h6 {
    color: var(--hero-red) !important;
}

.section-title h2:after {
    background-color: var(--hero-blue);
}

.slogan {
    color: var(--hero-blue) !important;
    font-family: var(--heading-font);
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    font-style: italic;
}