/*
|--------------------------------------------------------------------------
| MKS Staff Banner
|--------------------------------------------------------------------------
*/

.cew-mks-staff {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f9f9f8;
}

.cew-mks-staff-container {
    max-width: 1200px;
    margin: auto;
    padding-left: 48px;
    padding-right: 48px;
}

.cew-mks-staff-panel {
    display: flex;
    align-items: center;
    gap: 24px;

    padding: 32px;

    background-color: #f3f4f3;
    border-radius: 12px;
    border: 1px solid #bfc9c1;
}

/*
|--------------------------------------------------------------------------
| Avatar
|--------------------------------------------------------------------------
*/

.cew-mks-staff-avatar {
    width: 80px;
    height: 80px;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
    border-radius: 999px;

    background-color: #2D6A4F;
    color: #ffffff;

    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10);
}

.cew-mks-staff-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cew-mks-staff-avatar .material-symbols-outlined {
    font-size: 36px;
    line-height: 1;
}

/*
|--------------------------------------------------------------------------
| Text
|--------------------------------------------------------------------------
*/

.cew-mks-staff-heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #0f5238;
    margin: 0 0 8px 0;
}

.cew-mks-staff-description {
    max-width: 896px;

    font-size: 16px;
    line-height: 26px;
    color: #404943;
    margin: 0;
}

/*
|--------------------------------------------------------------------------
| Responsive
|--------------------------------------------------------------------------
*/

@media (max-width: 768px) {

    .cew-mks-staff {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .cew-mks-staff-container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .cew-mks-staff-panel {
        flex-direction: column;
        align-items: center;
        text-align: center;

        padding: 24px;
    }

    .cew-mks-staff-heading {
        font-size: 20px;
        line-height: 28px;
    }

}
