/* Styles specific to the Team section. */

.team-content {
    max-width: 1100px;
    margin: 0 auto;
}

.team-card {
    border: 0;
    border-radius: 12px;
    overflow: hidden;
}

.team-card .card-img-top {
    height: 260px;
    object-fit: cover;
}
