.legalPage-header {
    font-family: 'Poppins Regular';
    font-size: 64px;
    text-align: center;
    color: #ffffff;

    margin-bottom: 40px;
    margin-top: 50px;
}

.textWrapper {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: 'Inter Regular';
    color: #ffffff;
}

.textWrapper h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 16px;
}

.textWrapper h3 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 12px;
}

.textWrapper h4 {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 10px;
}

.textWrapper p {
    margin-bottom: 16px;
    line-height: 1.6;
}

.textWrapper ul,
.textWrapper ol {
    margin-bottom: 16px;
    padding-left: 24px;
}

.textWrapper li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.textWrapper a {
    color: #ffffff;
    text-decoration: underline;
}

.textWrapper a:hover {
    opacity: 0.8;
}