.phrase-heading {
  overflow-wrap: normal;
  word-break: normal;
  line-break: strict;
  text-wrap: balance;
}

.phrase-unit {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
}

.news-list h3,
.career-title {
  overflow-wrap: normal;
  word-break: normal;
  line-break: strict;
  text-wrap: pretty;
}

@supports (word-break: auto-phrase) {
  .news-list h3,
  .career-title {
    word-break: auto-phrase;
  }
}

@media (max-width: 640px) {
  .phrase-heading {
    text-wrap: pretty;
  }
}
