.t-rec, .t-text, .t-title, .t-descr, p, h1, h2, h3, h4, h5, h6, a, span {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;

  overflow-wrap: normal!important;  
  word-wrap: normal!important;  
  word-break: normal!important;  
}