.the-big-game .promo_content--rules::before {
    display: none;
}

.the-big-game .rules {
    background: #091B1DBF;
    max-width: 85%;
    margin: 60px auto 100px;
    padding-bottom: 93px;
    text-align: center;
    border-radius: 45px;
    /* background: linear-gradient(rgba(70, 108, 69, 0.3) 0%, rgba(87, 107, 127, 0.6) 100%),
            linear-gradient(0deg, rgba(50, 64, 90, 0.2), rgba(50, 64, 90, 3.7)); */
    z-index: 10;
    position: relative;
    border: 6px solid #FECB01;
    box-shadow: 8px 8px 0px 0px #00050140;
}

.the-big-game .rules__title {
    padding: 65px 0 52px;
    font-size: 40px;
    line-height: 57px;
    margin-bottom: 30px;
}

.the-big-game .rules__link {
    display: block;
    color: #FFCC01;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 25px;
    font-family: "Rockwell-Bold";
    padding: 37px;
}

.the-big-game .promo-hall-of-frame {
    width: 100%;
    display: block;
}

@media (max-width: 580px) {
    .the-big-game#the-big-game_rules_page .promo_content--rules:before {
        display: none;
        opacity: 1;
    }

    .the-big-game .promo_content--rules:after {
        display: block;
    }

    .the-big-game .rules {
        padding: 55px 20px;
        margin: 25px auto 44px;
    }

    .the-big-game .rules__title {
        font-size: 32px;
        line-height: 42px;
        padding: 25px 0;
    }

    .the-big-game .rules__link {
        font-size: 20px;
        line-height: 27px;
        padding: 0;
    }
}
