/* Main Content Styles */
.main-content {
    padding: 60px 0;
}

.terms-section h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: var(--primary-color);
}

.terms-content {
    background-color: var(--light-bg);
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.terms-content section {
    margin-bottom: 30px;
}

.terms-content h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.terms-content p {
    margin-bottom: 10px;
}