@mixin text-break() {
  hyphens: auto;
  word-wrap: break-word;
  white-space: normal;
}
