.content-section { padding: 72px 0; }
.content-section--white { background: #fff; }
.content-section--grey { background: var(--grey-bg); }
.content-section__inner { max-width: 880px; margin: 0 auto; }
.content-section__body { font-size: 16px; line-height: 1.75; color: var(--text-body); }
.content-section__body p { margin-bottom: 16px; }
.content-section__body h2, .content-section__body h3 { margin: 1.4em 0 0.4em; color: var(--text-dark); }
.content-section__body ul { padding-left: 1.4em; list-style: disc; margin-bottom: 16px; }
.content-section__body a { color: var(--blue); text-decoration: underline; }
