body {
    background-color: #ffffff;
}

.terms-section {
    background-color: #ffffff;
    padding: 60px 0;
}

.terms-content {
    max-width: 800px;
    margin: 0 auto;
}

.terms-content h2 {
    color: var(--primary-color);
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--accent-color);
}

.terms-content ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.terms-content p {
    margin-bottom: 15px;
    line-height: 1.6;
}
