.vce__hero {
    display: flex;
    justify-content: center;
}

/* Layout for cards */

.vce-card {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.vce__headshot {
    flex-shrink: 0;
    margin-right: 2rem;
}

.vce__headshot img {
    border-radius: 50%;
    height: 150px;
    max-width: 100%;
    width: 150px;
    object-fit: cover;
    background-color: lightgray;
    margin: 0;
}

.vce__name {
    margin-top: 0;
}

.vce__certificationyear {
    align-items: center;
    display: flex;
}

span.icon-vce-badge {
    height: 16px;
    margin-right: 4px;
}

span.icon-vce-badge::before {
    background-image: url(../img/icon-vce-badge.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 16px;
    min-width: 16px;
}

/* Layout for sidebar */
.vce-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
}

.vce-sidebar__image {
    max-width: 100%;
    margin-bottom: 2rem;
}

/* Create comma separated tags for all but the last item */
.vce__organization + .vce__organization:before {
    content: ", "
}
