:root {
    --section-header-bg-color: var(--accent-color-slate-max-light);
    --section-header-accent-color-1: var(--accent-color-slate-gray);
}

.title-section-header:not(.section-header) > .content > .container > .field-name-field-paragraph-title:before {
    background: var(--section-header-bg-color);
}

.section-header-container:nth-of-type(n+1) .section-header:after { border-top-color: var(--section-header-accent-color-1) }
.section-header-container:nth-of-type(n+1) .title-section-header:not(.section-header) > .content > .container > .field-name-field-paragraph-title > .field-items:after { border-top-color: var(--section-header-accent-color-1) }
.section-header-container:nth-of-type(n+1) .section-header:before { background-color: var(--section-header-accent-color-1) }
.section-header-container:nth-of-type(n+1) .title-section-header:not(.section-header) > .content > .container > .field-name-field-paragraph-title > .field-items:before { background-color: var(--section-header-accent-color-1) }
