.bg-cabecalho {
    background: var(--preto);
    padding: 175px 0 100px;
}

.img-autores {
    width: 30px;
    margin-right: 15px;
}

.autores {
    margin-bottom: 0;
    font-size: 16px;
}

.conteudo p {
    font-size: 16px;
    color: var(--preto);
}

hr {
    margin: 2rem 0;
    border-top: 1px solid var(--preto);
    opacity: 1;
}

@media screen and (max-width: 580px) {
    .autores {
        font-size: 14px;
    }
}