/* Our Team — images keep natural proportions, scaled to card width */

.elct-team-page .multi-row-clearfix > [class*="col-"] {
    margin-bottom: 30px;
}

.elct-team-card {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 22px rgba(14, 41, 80, 0.1);
    overflow: hidden;
}

.elct-team-card__image {
    background: #e8eef4;
    line-height: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.elct-team-card__image img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.elct-team-card__footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 88px;
    padding-bottom: 20px !important;
    padding-top: 12px !important;
}

.elct-team-card__footer .title {
    line-height: 1.35;
    padding-top: 0 !important;
}

.elct-team-card__footer .sub-title {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 6px !important;
    opacity: 0.92;
}
