.members-block .filters li {
    min-width: 119px;
    flex: 0 0 119px;
}

.game__box .game__footer .game__action .btn {
    max-width: 100%;
    width: 100%;
}

.game__box .game__footer {
    background: transparent;
}

.header__menu {
    gap: 20px;
}
.card-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    flex-wrap: wrap;
    gap: 15px;
}

.card-wrapper > div {
    width: 146px;
    height: 146px;
}
