.w-settings__row {
    display: grid;
    grid-column-gap: 2.5rem;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-bottom: 5rem;
}
.w-settings__section:nth-child(even) {
    padding-left: 2.5rem;
    border-left: 1px solid var(--w-color-box--white--border);
}
.w-settings__section__header {
    display: flex;
    justify-content: space-between;
    font-size: .8125rem;
    font-weight: 700;

    a {
        font-weight: normal;
    }

    border-bottom: 1px solid var(--w-color-box--white--border);
    padding-bottom: 0.75rem;
    margin-bottom: 1.5625rem;
}
.w-settings__section__header h2 {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.125rem;
}
.w-settings__section__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 1.25rem;
}
.w-settings__section__body__spacer {
    grid-column: 1/-1;
    border-bottom: 1px solid var(--w-color-box--white--border);
}
