 
.uc-tc-text-align {
    text-align: justify !important;
    white-space: normal !important;   /* отключаем nowrap от Tilda */
    hyphens: auto;                    /* переносы слов */
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    overflow-wrap: break-word;
}