
/* Mobile only: keep this Georgian text justified like index_ru.php, with language-aware word wrapping. */
@media only screen and (max-width: 767px) {
  .ka-mobile-justify-hyphenation,
  .ka-mobile-justify-hyphenation p {
    text-align: justify !important;
    text-align-last: left !important;
    text-justify: inter-word !important;
    white-space: normal !important;
    word-spacing: normal !important;
    letter-spacing: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    -webkit-hyphens: auto !important;
    -moz-hyphens: auto !important;
    -ms-hyphens: auto !important;
    hyphens: auto !important;
    line-break: auto;
  }
}
