.descartes__subtitulo{
    margin: 0 2rem 3rem;
}
@media screen and (min-width: 778px){
    .descartes__subtitulo{
        text-align: center;
        text-align-last: center;
        line-height: 34px;
        /* margin: 3rem 5rem; */
        margin: 0 5rem 3rem;
        color: var(--fore-color);
        /* margin: 3rem auto;
        width: 830px; */
    }
}