.purpose {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.purpose-text {
  padding: 0 clamp(1.5rem, 6vw, 100px);
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  line-height: 1.2;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
}

.word {
  display: inline-block;
  white-space: nowrap;
}
