.legal_page {
    padding: 60px 0 80px;
}

.legal_page .legal_content {
    max-width: 900px;
    margin: 0 auto;
}

.legal_page .legal_content h2 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 14px;
    color: #1a1a2e;
}

.legal_page .legal_content h2:first-of-type {
    margin-top: 0;
}

.legal_page .legal_content p,
.legal_page .legal_content li {
    font-size: 16px;
    line-height: 1.75;
    color: #555;
}

.legal_page .legal_content ul {
    margin-bottom: 18px;
}

.legal_page .legal_intro {
    font-size: 17px;
    margin-bottom: 24px;
}

.legal_page .service_list li a {
    color: #9a64f8;
    font-weight: 600;
}

.legal_page .service_list li a:hover {
    text-decoration: underline;
}

.legal_page .legal_content a {
    color: #9a64f8;
    font-weight: 600;
}

.legal_page .legal_content a:hover {
    text-decoration: underline;
}
