.justify-text {
    text-align: justify!important;
    text-align-last: left;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}