.legal-section {
    padding: 60px 20px;
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #fdfdfd;
    padding-top: 110px;
}

.legal-section h1 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #dd872b;
}

.legal-section h2 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #333;
}

.legal-section p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.legal-section a {
    color: #dd872b;
    text-decoration: none;
}

.legal-section a:hover {
    text-decoration: underline;
}

.legal-section .update-date {
    margin-top: 40px;
    font-style: italic;
    font-size: 14px;
    color: #777;
}
