@media screen and (max-width: 992px){
    .main-game-section, .betgame-section, .action-td span {
        display: block !important;
    }

    .game-pool-lists {
        width: 100% !important;
        margin: auto !important;
    }

    .bet-num.outcome-num {
        margin-left: 0px !important;
    }

    .game-listbox .table tr:not:first-child td {
        padding-bottom: 15px !important;
    }

    .action-td {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        padding: 10px;
        min-height: 90px;
    }

    .action-td span {
        margin-bottom: 10px;
        width: 100%
    }
}