.story-body > h3 {
    text-transform: unset;
    font-size: 1.9rem;
    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 {
        font-size: 1.6rem;
    }
}