#gamers_test {
    padding: 37px 40px;
    background-color: #2B2E3B;
}
@media (max-width: 768px) {
    .table-responsive {
        border: 0!important;
    }
    .eb-schedule.schedule-mobile td:last-child {
        height: 60px;
        width: 40%;
    }
    .eb-schedule.schedule-mobile td {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 12px;
    }
}
