#about-hero {
    padding: 140px 60px 60px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.about-intro p {
    font-size: 1rem;
    line-height: 1.8;
    opacity: 0.85;
    margin-bottom: 20px;
}

.chile-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 40px 0;
    opacity: 0.8;
    font-size: 0.9rem;
}

.chile-divider img {
    height: 15px;
}

#team {
    padding: 20px 60px 80px;
    max-width: 1100px;
    margin: 0 auto;
}

#team h2 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 50px;
    opacity: 0.9;
}

.team-solo .team-member img {
    width: 200px;
    height: 200px;
}

.team-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
}

.team-member img {
    width: 160px;
    height: 160px;
    object-fit: contain;
    border: none;
    border-radius: 0;
    display: block;
    margin: 0 auto;
}

.team-member img:hover {
    border-color: var(--cyan);
}

.team-member h3 {
    font-size: 0.95rem;
    font-weight: 700;
}

.team-member p {
    font-size: 0.8rem;
    opacity: 0.6;
    max-width: 150px;
}
.team-solo {
    margin-bottom: 50px;
}
