.team__cell {
    position: relative;
}

.team__cell-name-wrapper {
    position: absolute;
    left: 7%;
    top: 4%;
    display: inline-block;
    overflow: visible;
}

.team__cell-background {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 157%;
    height: 78px;
    transform: translate(-50%, -43%);
    z-index: 0;
    pointer-events: none;
    max-width: unset;
}

.team__cell-name {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: visible;
    font-family: 'grand', sans-serif;
    font-size: clamp(21px, 1.3vw, 40px);
    line-height: 2;
}
