.page-hero + .section { padding-top: 4rem; }
.legal-content ul { margin: 1rem 0 1.5rem 1.25rem; }
.legal-content ul li { margin-bottom: .5rem; position: relative; padding-left: 1.5rem; list-style: none; }
.legal-content ul li::before { content: ''; position: absolute; left: 0; top: .7em; width: 5px; height: 5px; background: var(--yellow); border-radius: 50%; }
