main.legal section {
    margin-block: 3rem;
}

main.legal section * {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--font-color-300);
}

main.legal section h2 {
    margin-block: 4rem 2rem;
    font-weight: 700;
    text-align: center;
    color: var(--font-color-500);
}
main.legal section h3 {
    margin-block: 1rem 0.5rem;
    font-weight: 300;
    color: var(--accent-yellow);
}
main.legal section ul {
    margin-bottom: 2rem;
}