.blur-text {
  display: flex;
  flex-wrap: wrap;
}

.blur-text__segment {
  display: inline-block;
  will-change: transform, filter, opacity;
}
