.leadership-carousel {
    text-align: center;
}

.leadership-carousel article {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.leadership-headshot img {
    border-radius: 50%;
    filter: grayscale();
}