.mtt-266fee37-wrapper {
    width: 100%;
}

.mtt-266fee37-header {
    margin-bottom: 10px;
}

.mtt-266fee37-heading {
    margin: 0 0 10px;
    font-weight: 700;
}

.mtt-266fee37-subheading {
    margin: 0 0 40px;
}

.mtt-266fee37-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    row-gap: 40px;
}

.mtt-266fee37-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.mtt-266fee37-photo-wrap {
    display: flex;
    justify-content: center;
}

.mtt-266fee37-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 12px;
    background-color: #e0e0e0;
}

.mtt-266fee37-photo-placeholder {
    background-color: #d9d9d9;
}

.mtt-266fee37-name {
    margin: 0 0 2px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}

.mtt-266fee37-job-title {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.4;
}

.mtt-266fee37-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.mtt-266fee37-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: color 0.2s ease, fill 0.2s ease;
    line-height: 1;
}

.mtt-266fee37-social-link svg {
    transition: fill 0.2s ease;
}

.mtt-266fee37-cta {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e5e5e5;
}

.mtt-266fee37-cta-heading {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 700;
}

.mtt-266fee37-cta-desc {
    margin: 0 0 20px;
    font-size: 15px;
}

.mtt-266fee37-cta-btn {
    display: inline-block;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
    line-height: 1.4;
}

.mtt-266fee37-cta-btn:hover {
    text-decoration: none;
}

@media (max-width: 1024px) {
    .mtt-266fee37-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .mtt-266fee37-grid {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 30px;
    }

    .mtt-266fee37-photo {
        width: 64px;
        height: 64px;
    }
}
