.the_big_game .prizes__prizes_info {
    width: 90%;
    max-width: 830px;
    margin: 0 auto;
    position: relative;
    
}

.the_big_game .home_page__player_info__contents{
    padding: 15px 10px 21px;
    margin: 0 auto;
    width: 88%;
}

.the_big_game .prizes__prizes_info_inner {
    margin: 0 auto;
    position: relative;
    padding: 0px 20px;
}

.the_big_game .prizes__title {
    font-size: 30px;
    line-height: 62px;
    margin-bottom: 10px;
    color: #F9F8FA;
    
}

.the_big_game .prizes__tables {
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.the_big_game .prizes__tables .table {
    padding: 0 0 35px;
    max-width: 700px;
    margin: 0 auto;
}

.the_big_game .prizes__tables .table__cell--header {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Rockwell-Bold';
}

.the_big_game .prizes__tables .table__cell--body {
    font-size: 16px;
    line-height: 30px;
    vertical-align: middle;
    font-family: 'Rockwell-Regular';
}

.the_big_game .prizes__image {
    position: absolute;
    z-index: 4;
    height: auto;
    width: auto;
}


.the_big_game .prizes__image--top_left_coin {
    top: -30px;
    left: 150px;
}


@media (max-width: 550px) {

    .the_big_game .home_page__player_info__contents{
        padding: 15px 10px 10px;
        width: 88%;
    }

    .the_big_game .promo_content__inner {

        padding-top: 0;
       }
   
       .the_big_game  .image2{
           padding-bottom: 20px;
           padding-top: 0;
       }

       .gradient{
        padding: 0;
       }

    .the_big_game .prizes__prizes_info {
        width: auto;
        margin: -10px 15px;
    }
    .the_big_game .home_prizes_cover_image{
        padding-bottom: 15px;
    }
    
    .the_big_game .prizes__prizes_info_inner {
        padding-bottom: 0;
    }

    .the_big_game .home_page__player_info_inner{
        margin: 0 auto;
        position: relative;
        padding: 0px 20px;
    }

    .the_big_game .prizes__title {
        font-size: 30px;
        line-height: 34px;
        padding: 20px 30px 0;
        margin: 0 auto 20px;
    }

    .the_big_game .prizes__tables .table__cell--header {
        font-size: 20px;
        line-height: 30px;
        padding: 10px 0;
    }

    .the_big_game .prizes__tables .table__cell--body {
        font-size: 16px;
        line-height: 23px;
        padding: 7px 0;
    }

    .the_big_game .prizes__tables{
        padding: 0;
    }
}
