.legal-page h1,
.legal-page h2 {
    color: var(--black);
}

.legal-page h1 {
    border-bottom: 3px solid var(--black);
    padding-bottom: 10px;
}

.legal-page h2 {
    margin-top: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--black);
}

.legal-page p,
.legal-page ul {
    margin-bottom: 15px;
}

.legal-page ul {
    list-style-type: disc;
    padding-left: 20px;
}

.legal-page ul li {
    margin-bottom: 8px;
}

.legal-page strong {
    font-weight: 700;
}
