.full-width-content-section {
    padding: var(--section-padding);
}

.full-width-content-section.text-white * {
    color: var(--color-white);
}

.full-width-content-section.text-white li::before {
    background-color: var(--color-white);
}

.full-width-content-section ul:last-child,
.full-width-content-section ol:last-child {
    margin: 0;
}