.about-stagger-text .webgrows-stagger-word,
.fade-up-words .webgrows-stagger-word {
    display: inline-block;
    transform-origin: 50% 100%;
    will-change: transform, opacity, filter;
}

/* Keep Elementor's highlighted spans and links inheriting their own styling. */
.about-stagger-text .webgrows-stagger-word,
.about-stagger-text .webgrows-stagger-word:hover,
.fade-up-words .webgrows-stagger-word,
.fade-up-words .webgrows-stagger-word:hover {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
}

@media (prefers-reduced-motion: reduce) {
    .about-stagger-text .webgrows-stagger-word,
    .fade-up-words .webgrows-stagger-word {
        opacity: 1 !important;
        filter: none !important;
        transform: none !important;
    }
}
