/* выравниваем все текстовые элементы Zero Block */
.tn-atom.t-text{
  text-align: justify !important;
  text-align-last: left;
  -webkit-hyphens:auto;
      -ms-hyphens:auto;
          hyphens:auto;

@media (max-width: 300px){
  .t396__elem .tn-atom.t-text{
      text-align: justify !important;
      text-align-last: left;
      -webkit-hyphens:auto;
              hyphens:auto;

  }
}