.flex-content.team {
    padding: 90px 0;
}

.flex-content.team .row {
    --bs-gutter-x: 4rem;
}

.flex-content.team .image {
    line-height: 0;
    aspect-ratio: 1/1;
}
.flex-content.team .image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: all .3s ease;
}

.flex-content.team .tile {
    display: block;
}

.flex-content.team .tile:hover .image img {
    transform: scale(1.1);
}