.bodytext blockquote {
    line-height: 1.5;
    padding: 0 0 0 48px;  overflow: auto;
    border-left: 10px solid var(--blue);
    position: relative;
    z-index: 1; font-family: futura-pt, sans-serif;
    font-size: 28px; margin: var(--gutter) 0;
}
.bodytext blockquote p {
    font-size: inherit; line-height: inherit;  margin: 1em 0; }
.bodytext blockquote p+p {  }
.bodytext blockquote cite { font-size: var(--bodytext_size); margin-top: 1em; }

.bodytext blockquote:not(:first-child) { margin-top: var(--gutter_big); }
.bodytext blockquote:not(:last-child) { margin-bottom: var(--gutter_big); }

@media (prefers-color-scheme: dark) {

}
@media all and (max-width: 899.98px) {
    .bodytext blockquote {
        font-size: 24px;
        padding: 0 0 0 24px;
        border-left: 8px solid var(--blue);

    }
}
@media all and (max-width: 599.98px) {
    .bodytext blockquote {
        font-size: 20px;
        padding: 0 0 0 16px;
        border-left: 6px solid var(--blue);

    }
}