.team-overview {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}

.team-member {
    position: relative;
}

.team-content {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.team-content .name,
.team-content .position{
    margin-bottom: 0;
    color: #fff;
}

.team-content .name{
    font-size: 1.25rem;
}

.images-show h2{
    text-align: center;
}



.images-show h2 {
    text-align: center;
}



@media screen and (max-width: 991px) {
    .images-show .row {
        gap: 20px;
    }
}