.scrollText {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    width: 100%;
    max-width: 100%;
}

    .scrollText .intro__text,
    .scrollText .intro__text p {
        width: 100%;
        max-width: 100%;
        font-weight: var(--fw-extralight);
        font-family: var(--font-tpSans-exLight);
        --reveal: -25%;
        background-image: linear-gradient(180deg, var(--reveal-color, #010101) calc(var(--reveal) - 18%), rgb(from var(--reveal-color, rgba(139, 158, 179)) r g b / 0.05) calc(var(--reveal) + 18%) );
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }
