
/* RU home title: disable browser hyphenation/dash word splitting only for this heading. */
.section-blue-title-index{
  word-break:normal!important;
  overflow-wrap:normal!important;
  word-wrap:normal!important;
  -webkit-hyphens:none!important;
  -moz-hyphens:none!important;
  -ms-hyphens:none!important;
  hyphens:none!important;
}
