/**
 * Image Editorial Block Styles
 */

.block-image-editorial {
    background: var(--color-1);
    color: var(--color-2);
    overflow: hidden;
    padding: 6rem 2.75em 3.25rem;
}

@media screen and (max-width: 767px) {
    .block-image-editorial {
        --c-image-editorial-eyebrow-margin-bottom: 2.75rem;

        padding: 5rem 0.75em 2.5rem;
    }
}
