.about-credentials-section {
    padding: 80px 0;
    background: #fff;
}

.niloy-section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-meta-line {
    margin: 0 0 28px;
    color: #444;
}

.about-grid,
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.services-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    margin-top: 24px;
}

.about-card,
.services-service-card,
.services-consultation-cta {
    background: #f8fafc;
    border: 1px solid #e6ecf2;
    border-radius: 12px;
    padding: 20px;
}

.services-service-card,
.services-consultation-cta {
    background: #fff;
    padding: 18px;
}

.about-card h4,
.services-service-card-title {
    margin: 0 0 12px;
}

.about-row {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #d9e2ec;
}

.about-period {
    font-size: 12px;
    color: #7a8794;
}

.about-position {
    font-weight: 600;
}

.about-org {
    font-size: 13px;
    color: #51606f;
}

.about-lang-badge {
    display: inline-block;
    background: #e7f2ef;
    color: #1f6f64;
    border-radius: 999px;
    padding: 6px 12px;
    margin: 0 8px 8px 0;
    font-size: 13px;
}

.about-cert-list,
.services-service-features {
    margin: 0;
    padding-left: 18px;
    color: #344054;
}

.services-section-container {
    padding: 80px 0;
    background: #f8fafc;
}

.services-subtitle {
    color: #666;
    max-width: 820px;
}

.services-service-icon {
    font-size: 22px;
    color: #1f6f64;
    margin-bottom: 8px;
}

.services-service-card-text,
.services-cta-subtitle {
    margin: 0 0 10px;
    color: #4a5568;
}

.services-cta-button {
    display: inline-block;
    background: #1f6f64;
    color: #fff;
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 8px;
}
