@mixin text-wrap() {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
