.texto-justificado {
    font-size: 17px;
    width: 125%;
}

@media only screen and (max-width: 420px) {
    .texto-justificado {
        width: 91%;
    }
}