/* Team section styles extracted from yeo.css */

.idea-team {
    background: #fff;
    padding: 3rem 0;
    text-align: center;
}

.idea-team .team-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #0a007e;
}

.idea-team .name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0a007e;
    margin-bottom: 0.2rem;
}

.idea-team .title {
    font-size: 1rem;
    color: #888;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.idea-team img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 1rem;
    object-fit: cover;
}

.idea-team .s-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem auto;
}

@media (max-width: 600px) {
    .idea-team img, .idea-team .s-circle {
        width: 60px;
        height: 60px;
    }
    .idea-team .team-title {
        font-size: 1.2rem;
    }
} 