.ecnFeaturedPeople71z {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 18px 0 24px;
}

.ecnFeaturedCard71z {
    border: 1px solid #b7c6e6;
    border-radius: 4px;
    background: linear-gradient(to bottom, #fff, #edf6ff);
    overflow: hidden;
    min-height: 178px;
}

.ecnFeaturedTitle71z {
    padding: 9px 14px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    background: linear-gradient(to bottom, #2d70c7, #014c9f);
}

.ecnFeaturedCard71z.staff .ecnFeaturedTitle71z {
    background: linear-gradient(to bottom, #8cc91f, #4f9409);
}

.ecnFeaturedBody71z {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
    align-items: center;
}

.ecnFeaturedPhoto71z,
.ecnFeaturedFallback71z {
    width: 92px;
    height: 92px;
    border: 3px solid #fff;
    outline: 2px solid #2d70c7;
    border-radius: 50%;
    object-fit: cover;
    background: #dcecff;
}

.ecnFeaturedFallback71z {
    display: grid;
    place-items: center;
    color: #0753a3;
    font-size: 34px;
    font-weight: bold;
}

.ecnFeaturedName71z {
    color: #064f9e;
    font-size: 21px;
    font-weight: bold;
    overflow-wrap: anywhere;
}

.ecnFeaturedRole71z {
    display: inline-block;
    margin: 4px 0 7px;
    padding: 2px 7px;
    border: 1px solid #b7cbe8;
    border-radius: 3px;
    background: #edf5ff;
    color: #24496f;
    font-size: 12px;
}

.ecnFeaturedAbout71z {
    margin: 0 0 9px;
    min-height: 31px;
    color: #333;
    line-height: 1.35;
    font-size: 13px;
}

.ecnFeaturedLink71z {
    display: inline-block;
    padding: 6px 11px;
    border: 1px solid #073f84;
    border-radius: 3px;
    color: #fff;
    background: linear-gradient(to bottom, #3c88d4, #07499a);
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.ecnForgotLink71z {
    display: block;
    margin: 9px 0 2px;
    color: #0753a3;
    text-align: center;
    font-size: 12px;
}

@media (max-width: 850px) {
    .ecnFeaturedPeople71z {
        grid-template-columns: 1fr;
    }
}

