.terms-section {
    padding: 60px 0;
}

.terms-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.terms-heading {
    color: #333;
    margin-bottom: 40px;
    text-align: center;
    font-size: 36px;
}

.section-heading {
    color: #444;
    margin: 30px 0 20px;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.terms-content {
    line-height: 1.8;
    color: #555;
}

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

.terms-content strong {
    color: #333;
    font-weight: 600;
}

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

.terms-content h3 {
    color: #333;
    margin: 30px 0 15px;
    font-size: 22px;
    font-weight: 600;
}

.terms-content a {
    color: #007bff;
    text-decoration: none;
}

.terms-content a:hover {
    text-decoration: underline;
}

.terms-section {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border-radius: 8px;
    margin-bottom: 40px;
}