/* Meet the Team — 377c38fa */

.mtt-377c38fa-wrapper {
    max-width: 960px;
    margin: 0 auto;
}

.mtt-377c38fa-header {
    margin-bottom: 32px;
}

.mtt-377c38fa-heading {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.3;
}

.mtt-377c38fa-subtitle {
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}

.mtt-377c38fa-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

@media (max-width: 767px) {
    .mtt-377c38fa-grid {
        grid-template-columns: 1fr;
    }
}

.mtt-377c38fa-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.mtt-377c38fa-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.mtt-377c38fa-avatar {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 16px;
}

.mtt-377c38fa-name {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 4px;
    line-height: 1.3;
}

.mtt-377c38fa-role {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mtt-377c38fa-bio {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}
