.justify-text {
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    -webkit-hyphens: auto;
}

@media (max-width: 768px) {
    .justify-text {
        text-align: left;
    }
}