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

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

    div.comboSegmentos {
        width: 55.9% !important;
        margin: -16px !important;
    }

    .tab-wrapper {
        top: 15px;
    }

    .tabcontent h3::before {
        top: -12px;
    }
}