.break-word {
  overflow-wrap: break-word;
  word-break: break-word;
  /* fallback for older browsers */
}
