.story-body > h2, .story-body .embed-infographic > h2 {
    text-transform: unset;
    font-size: 1.7rem !important;
    font-weight: 700;
    font-family: var(--header-font, var(--sans));
    margin-top: 45px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 600px) {
    .story-body > h2, .story-body .embed-infographic > h2 {
        font-size: 1.4rem !important;
    }
}