.about-section {
    margin-bottom: 40px;
}

.about-section h2 {
    color: #333;
    margin-bottom: 20px;
}

.about-section p {
    line-height: 1.6;
    margin-bottom: 15px;
}

.team-member {
    margin-bottom: 25px;
    padding: 20px;
    background: #f8f9fa;
    border-left: 4px solid #ff6b6b;
    border-radius: 4px;
}

.member-name {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.member-role {
    color: #666;
    line-height: 1.5;
    margin: 0;
}