.news-title {
  word-break: keep-all;
  overflow-wrap: normal;
}
.news-title > span {
  white-space: nowrap;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.news-title > span + span::before {
  content: " ";
}
@media (max-width: 650px) {
  .news-title > span {
    display: block;
  }
  .news-title > span + span::before {
    content: none;
  }
}
