/* The existing .diagonal pseudo-element draws each section's upper edge.
   White sections need their own surface so the edge can inherit its color. */
.about-beliefs.diagonal,
.partners-together.diagonal { background: var(--paper); }

/* The full-width surface contains the same centered content and link spacing. */
.about-beliefs > .wrap > .text-link { margin-top: 24px; }
