.frase-de-chamada {
    font-family: var(--site-font-bold);
    font-weight: 700;
    font-size: 2rem;
    line-height: 38.4px;
    margin-bottom: 0.5rem;
}

.article-body p.frase-de-chamada + p {
    padding-top: 0;
}

@media (max-width: 431px) {
    .frase-de-chamada {
        font-size: 1.5rem;
    }
}