/* Keep the regular sections on one continuous page surface. */
:root {
  --cube-page-surface: #f4f7fb;
}

body,
.services,
.partners,
.logo-wall,
.honors-index {
  background: var(--cube-page-surface);
}
