.section-background {
    padding: var(--block-margin) 0;
}

.section-background.alignfull {
    max-width: 100%;
}

.section-background > .blocks-container > *:first-child {
    margin-top: 0;
}

.section-background > .blocks-container > *:last-child {
    margin-bottom: 0;
}