.materia{
    padding: 6.5rem 1.5rem 2rem;
    color: var(--azul);
    text-align: justify;
    hyphens: auto;
}

.manchete{
    color: var(--azul);
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: var(--fonte-secundaria);
}

.submanchete{
    font-size: 18px;
    font-family: var(--fonte-secundaria);
    margin-bottom: 25px;
    font-weight: 450;
    color: #2f323c;
}

.autor{
    color: #2f323c;
    font-family: var(--fonte-secundaria);
    font-weight: 350;
    margin-bottom: 25px;
    line-height: 125%;
}

.imagem_noticia{
    width: 100%;
    margin-bottom: 25px;
}

.materiatexto{
    font-family: var(--fonte-secundaria);
    font-size: 22px;
    text-indent: 30px;
    margin-bottom: 5px;
}

@media screen and (min-width:720px) {
    .manchete{
        font-size: 32px;
    }

    .submanchete{
        font-size: 20px;
    }

    .autor{
      font-size: 18px;
    }

    .imagem_noticia{
        width: 100%;
    }

    .materiatexto{
        font-size: 24px;
        margin-bottom: 8px;
    }
}

@media screen and (min-width:1024px){
    .materia{
        padding: 9rem 8.5rem 3rem;
    }    
}

@media screen and (min-width:1280px){
    .materia{
        padding: 10rem 20.5rem 3rem;
    }    

    .manchete{
        font-size: 38px;
    }

    .materiatexto{
        margin-bottom: 14px;
    }
}

