.team__grid {
    display: flex;
    flex-wrap: wrap;
    column-gap: var(--team-gap-x, 40px);
    row-gap: var(--team-gap-y, 40px);
    justify-content: center;
    padding: 0;
}

.team__button {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75em 1.25em;
    border-radius: 999px;
    border: 1px solid currentColor;
    text-decoration: none
}
