.team-grid.grid {
    grid-column-gap: 0;
    grid-row-gap: 0;
    border-radius: var(--wp--custom--border-radius--medium);
    overflow: hidden;
    padding: 0!important;
}
.team-grid.grid-3.grid.blocks {gap: 30px;border-radius: 12px;}
.team-grid .block-header img {
    border-radius: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
}

.team-grid a {
    position: relative;
    color: #FFF;
}

.team-grid .block-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: var(--wp--preset--spacing--medium);
}

.team-grid .block-header:after {content: '';transition: all ease 0.25s;width: 100%;height: 100%;background: var(--wp--preset--color--primary);position: absolute;top: 0;left: 0;opacity: .75;}
.team-grid a:hover .block-header:after {opacity:.5;}



.team-grid .chevron {
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-grid .name {
    margin: 0;
}