.block__quote blockquote {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
}

    .block__quote blockquote:before {
        content: open-quote;
        font-size: 4rem;
        font-weight: bold;
        position: absolute;
        transform: translateX(-2rem);
        opacity: .2;
    }

    .block__quote blockquote:after {
        content: close-quote;
        font-size: 4rem;
        font-weight: bold;
        position: absolute;
        opacity: .2;
    }

.block__quote p {
    font-size: 1.4rem;
    opacity: .5;
}

.quote cite a {
    color: var(--white);
    background-image: linear-gradient(var(--white), var(--white));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 .1rem;
}

@media(pointer: fine) {
    .quote cite a:hover {
        background-size: 100% .1rem;
    }
}
