.sticky-quote {
  min-height: 100vh;
}

.quote-text {
  position: sticky;
  top: 47.5vh;
  color: white;
  text-align: center;
}