.aboutus-team-section {
    background-color: #f9fafb;
}

.aboutus-team-header {
    margin-bottom: 3.0769rem; /* 40px */
}

.aboutus-team-title {
    font-family: 'Canela Trial', serif !important;
    font-size: 3.0769rem; /* 40px */
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 0.9231rem; /* 12px */
    line-height: 1.1;
    width: 51.0510rem; /* 663.6636px */
    height: 3.6923rem; /* 48px */
}

.aboutus-team-desc {
    font-size: 1.3846rem; /* 18px */
    font-weight: var(--font-normal);
    color: #4B5563;
    line-height: 2.1538rem; /* 28px */
    margin-bottom: 0;
    padding-left: 1.5385rem; /* 20px */
    border-left: 0.077rem solid rgba(0, 0, 0, 0.3);
}

.aboutus-team-grid {
    margin-top: 4.308rem !important;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(23.769rem, 1fr));
}

.aboutus-team-card {
    background: #fff;
    border-radius: 1.3846rem; /* 18px */
    box-shadow: 0 0.1538rem 0.6154rem #0001; /* 2px 8px */
    padding: 1.3846rem 0 0 0;
    text-align: center;
    overflow: hidden;
    min-height: 24.6154rem; /* 320px */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.aboutus-team-card-img {
    width: 100%;
    height: 16.9231rem; /* 220px */
    object-fit: cover;
    border-radius: 1.0769rem 1.0769rem 0 0; /* 14px */
    margin-bottom: 1.2308rem; /* 16px */
}

.aboutus-team-card-name {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.1538rem; /* 2px */
}

.aboutus-team-card-pos {
    color: #6B7280;
    font-size: 1rem;
    margin-bottom: 0.9231rem; /* 12px */
}

.aboutus-team-card-featured {
    background: linear-gradient(135deg, #D4145A 0%, #FBB03B 100%);
    color: #fff;
    min-height: 24.6154rem; /* 320px */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 2.4615rem 1.8462rem; /* 32px 24px */
    box-shadow: 0 0.3077rem 1.8462rem #0002; /* 4px 24px */
}

.aboutus-team-card-featured .aboutus-team-card-name,
.aboutus-team-card-featured .aboutus-team-card-pos {
    color: #fff;
    text-align: left;
}

.aboutus-team-card-featured .aboutus-team-card-desc {
    margin: 1.2308rem 0; /* 16px */
    color: #fff;
    text-align: left;
}

.aboutus-team-card-social {
    display: flex;
    gap: 1.2308rem; /* 16px */
    margin-top: 0.9231rem; /* 12px */
}

.aboutus-team-card-social a {
    color: #fff;
    font-size: 1.3rem;
    transition: color 0.2s;
}

.aboutus-team-card-social a:hover {
    color: #222;
}

/* Tablet */
@media screen and (max-width: 1024px) {
    .aboutus-team-title {
        font-size: 2.4615rem; /* 32px */
        width: 100%;
        height: auto;
    }

    .wrap-head-aboutus-team {
        display: flex;
        flex-direction: column-reverse;
    }

    .aboutus-team-desc {
        font-size: 1.2308rem; /* 16px */
        line-height: 1.8462rem; /* 24px */
        width: 100%;
        height: auto;
        padding-left: 0.9231rem; /* 12px */
    }

    .aboutus-team-card {
        min-height: 21.5385rem; /* 280px */
        padding: 1.2308rem 0 0 0;
    }

    .aboutus-team-card-img {
        height: 13.8462rem; /* 180px */
        margin-bottom: 0.9231rem;
    }

    .aboutus-team-card-featured {
        padding: 1.8462rem 1.3846rem; /* 24px 18px */
        min-height: 21.5385rem;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
    .aboutus-team-grid {
        display: flex;
    }

    .aboutus-team-title {
        font-size: 1.8462rem; /* 24px */
        margin-bottom: 0.6154rem; /* 8px */
    }

    .aboutus-team-desc {
        font-size: 1.0769rem; /* 14px */
        line-height: 1.6923rem; /* 22px */
        border-left: none;
        padding-left: 0;
    }

    .aboutus-intro-left {
        margin-bottom: 1.8462rem; /* 24px */
    }

    .aboutus-team-grid {
        gap: 1.2308rem; /* 16px */
    }

    .aboutus-team-card {
        padding: 0.9231rem 0 0 0;
        min-height: 18.4615rem; /* 240px */
    }

    .aboutus-team-card-img {
        height: auto;
        object-fit: contain;
    }

    .aboutus-team-card-featured {
        padding: 1.5385rem 1.2308rem; /* 20px 16px */
        min-height: 18.4615rem;
    }

    .aboutus-team-card-name {
        font-size: 1rem;
    }

    .aboutus-team-card-pos {
        font-size: 0.9231rem; /* 12px */
    }

    .aboutus-team-card-social {
        gap: 0.9231rem;
        font-size: 1.1rem;
    }

    .uk-grid > * {
        width: 100% !important;
    }
}