.the-big-game .prizes__prizes_info {
    background: #FFFFFFD9;
    max-width: 90%;
    font-weight: 900;
    top: 25px;
    margin: 0 auto 85px;
    text-align: center;
    border-radius: 30px;
    background: #091B1DBF;
        z-index: 10;
        position: relative;
        border: 4px solid #FECB01;
        box-shadow: 8px 8px 0px 0px #00050140;
}

.the-big-game .prizes__prizes_info_inner {
    margin: 0 auto;
    position: relative;  
}
.the-big-game .home_prizes_cover_image_banner {
    width: 92%;
    display: block;
    margin: -17px auto 0;
}

.the-big-game .prizes__title {
    font-size: 38px;
    line-height: 44px;
    width: 600px;
    font-weight: 700;
    max-width: 100%;
    margin: 42px auto 35px;
}

.the-big-game .promo_conditions {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Rockwell-Bold';
}

.the-big-game .prizes__tables {
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.the-big-game .prizes__tables .table {
    padding: 0;
    max-width: 700px;
    margin: 0 auto 50px;
}

.the-big-game .prizes__tables .table__cell--header {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    font-family: 'Rockwell';
}

.the-big-game .prizes__tables .table__cell--body {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
    vertical-align: middle;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 1);
    font-family: "Rockwell";
}

.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: 580px) {
    .the-big-game .home_prizes_cover_image{
        width: 97%;
    }

    .the-big-game .prizes__prizes_info {
        padding: 0 15px 35px;
        width: auto;
        margin: 0 auto 30px;
        top: 0;
    }

    .the-big-game .prizes__tables .table{
        margin-bottom: 0;
    }

    .the-big-game .prizes__title {
        font-size: 32px;
        line-height: 34px;
        margin: 20px auto;
    }

    .the-big-game .promo_conditions {
        font-size: 16px;
        line-height: 26px;
    }

    .the-big-game .prizes__tables .table__cell--header {
        font-size: 16px;
        line-height: 22px;
        vertical-align: middle;
    }

    .the-big-game .prizes__tables .table__cell--body {
        font-size: 20px;
        line-height: 28px;
    }
}
