.terms-content {
    padding: 40px 0;
    background-color: #f8f9fa;
}

.terms-container {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.terms-section-title {
    color: #333;
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 15px;
}

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

.terms-subtitle {
    color: #495057;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.terms-text {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 16px;
}

/* Hero section specific styles */
.nero {
    background-color: #f1f1f1;
    padding: 60px 0;
    text-align: center;
}

.nero__heading {
    font-size: 36px;
    color: #333;
    margin-bottom: 15px;
}

.nero__bold {
    font-weight: 700;
    color: #007bff;
}

.nero__text {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}
