.testNavList{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    padding: 0 30px;
    margin: 0;

    width: 100%;

}

.testNavItem{
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    background: #f5f6fa;
    border-radius: 8px;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 150%;
    color: #232323;
}

.testNavItem.active{
    background: #232323;
    color: #ffffff;
}
