@media screen and (min-width: 778px){
    .curiosidades__subtitulo{
        text-align: center;
        text-align-last: center;
        margin: auto;
        font-size: 24px;
        font-weight: 500;
        line-height: 2rem;
        width: 70vw;
    }
}