.about-hero {
    background: linear-gradient(90deg, #dc3545 0%, #343a40 100%);
    color: #fff;
    padding: 60px 0 40px 0;
    text-align: center;
    font-size: 1.1rem;
}
.about-icon {
    font-size: 1.5rem;
    color: #dc3545;
}
.about-section {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.05);
    padding: 1.2rem;
    margin-bottom: 1.2rem;
    font-size: 0.95rem;
}
.team-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #dc3545;
}