.the-big-game .table {
    width: 100%;
    text-align: center;
    color: rgba(53, 41, 59, 1);
    border-spacing: 5px;
    border-collapse: separate;
}

.the-big-game .table__header {
    text-transform: uppercase;
    color: #000000;
    background-color: #FFCC01;
    font-family: 'agenda-light';
}

.the-big-game .table__body {
    background-color: #ffffff;
    font-family: 'Rockwell';
    font-weight: 400;
}

.the-big-game .table__cell {
    width: 50%;
    padding: 10px 8px;
}

.the-big-game .table--three_columns .table__cell {
    width: 33.33%;
}
