/* ===== ABOUT PAGE ===== */

/* Make all team card images the same height regardless of original aspect ratio */
.team-four__item .image {
    height: 380px;
}

.team-four__item .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}
