.story-body > h3, .story-body .embed-infographic > h3 {
    text-transform: unset;
    font-size: 1.7rem;
    margin-top: 60px;
    font-weight: 500;
    font-family: var(--header-font, var(--serif));
    margin-bottom: 30px;
}

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