.body-content {
    background-color: var(--color-primary-cream);
    padding: 6rem 8vw 4rem 8vw;
}

.body-content + .body-content,
.advanced-call-to-action + .body-content {
    padding-top: 0
} 

.body-content-region {
    max-width: 760px;
}

.page-depth-1 .body-content ul {
    list-style-type: none;
    margin-bottom: 3rem;
    margin-left: 0;
    padding-left: 0;
}

.page-depth-1 .body-content ul li {
    padding-left: 55px;
    position: relative;
}

.page-depth-1 .body-content ul li::before {
    background: url("../images/icon-checkmark.svg") no-repeat center center transparent;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    width: 35px;
}

.body-content .gallery-item {
    margin: 3rem 0;
}