@media (max-width: 768px) {
    .titles__item:nth-child(2),
    .titles__item:nth-child(3),
    .titles__item:nth-child(4),
    .row .cell:nth-child(2),
    .row .cell:nth-child(3),
    .row .cell:nth-child(4) {
        display: none !important;
    }

    .game-betslip__buttons {
        order: -1;
    }
}

.game-history__item{
    min-width: 78px !important;
}