body {
  word-break: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.txt-hero-copy-sub,
.txt-hero-copy {
  word-break: keep-all;
  white-space: normal;
}
