.about-section {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
}

.about-section h2 {
    color: #1e3c72;
    margin-bottom: 20px;
}

.about-section p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.terms-section {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 30px;
}

.terms-section h3 {
    color: #1e3c72;
    margin: 20px 0 10px 0;
}

.terms-section h2 {
    color: #1e3c72;
    margin-bottom: 20px;
}

.terms-section ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 15px;
}

.terms-section li {
    margin-bottom: 8px;
}

.terms-section p {
    margin-bottom: 15px;
    line-height: 1.6;
}