section.quote {
    position: relative;
    padding: var(--margin-m) 0 var(--margin-m) 0;
}

.dark-band section.quote,
.dark-band section.quote .quote-text,
.dark-band section.quote .quote-description {
    color: var(--white) !important;
}

.quote-text {
    margin: 0 auto;
    font-family: 'Red Hat Text', sans-serif;
    font-size: 23px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    padding: 0 32px 0 32px;
    color: var(--charcoal-grey);
}

.quote-text::before {
    content: '\201c';
    color: var(--scarlet);
    display: block;
    font-family: 'Red Hat Display', serif;
    font-size: 61px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
}

.quote-thumbnail-container {
    padding: 32px 0 0 0;
    display: none;
}

.quote-thumbnail-crop {
    border-radius: 50%;
    height: 96px;
    margin: 0 auto;
    overflow: hidden;
    width: 96px;
}

.quote-thumbnail {
    margin-left: 50%;
    max-height: none;
    max-width: none;
    transform: translateX(-50%);
}

.quote-author {
    color: var(--scarlet);
    font-family: 'Red Hat Display', sans-serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.25;
    padding: 32px 32px 0 32px;
}

.quote-description {
    color: var(--slate-grey);
    font-family: 'Red Hat Text', sans-serif;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.25;
    padding: 0 32px 0 32px;
}

@media screen and (min-width: 768px) {

    .quote-text {
        font-size: 25px;
        line-height: normal;
        margin: 0 auto;
        padding: 0 64px 0 64px;
        text-align: center;
    }

    .quote-text::before {
        font-size: 76px;
        margin: 0 auto;
    }

    .quote-thumbnail-container {
        display: block;
    }

    .quote-author {
        font-size: 19px;
        line-height: normal;
        margin: 0 auto;
        padding: 32px 64px 0 64px;
        text-align: center;
    }

    .quote-description {
        font-size: 19px;
        line-height: normal;
        margin: 0 auto;
        padding: 0 64px 0 64px;
        text-align: center;
    }
}

@media screen and (min-width: 1024px) {

    .quote-text {
        font-size: 27px;
        max-width: 1060px;
        padding: 0;
    }

    .quote-text::before {
        font-size: 91px;
    }

    .quote-author {
        font-size: 20px;
        max-width: 1060px;
        padding: 32px 0 0 0;
    }

    .quote-description {
        font-size: 20px;
        max-width: 1060px;
        padding: 0;
    }
}
