.team-image {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Make all cards in a row the same height */
.row-gutter-sm > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.custom-card-style-1 {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.custom-card-style-1 .card-body {
    flex: 1;
}