TEAM INTRO SECTION
.team-intro-area {
    margin-bottom: 60px;
}

.team-intro-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.team-intro-text {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 12px;
}

.team-info-grid {
    margin-top: 40px;
    row-gap: 30px;
}

.team-info-box {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
}

.team-info-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.team-info-box ul {
    padding-left: 18px;
    margin-bottom: 10px;
}

.team-info-box ul li {
    font-size: 15px;
    margin-bottom: 8px;
    color: #333;
}

.team-info-note {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.team-disclaimer {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 15px 20px;
    margin-top: 40px;
    font-size: 14px;
    color: #444;
    border-radius: 6px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .team-intro-title {
        font-size: 28px;
    }

    .team-intro-text {
        font-size: 15px;
    }
}
