.the-big-game .promo_footer {
    position: relative;
    text-align: center;
    z-index: 1;
    line-height: 0;
}

.the-big-game .promo_footer__background {
    width: 100%;
}

.the-big-game  .promo_footer__navigation {
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
}

.the-big-game .promo_footer__navigation__list {
    text-align: center;
}

.the-big-game .promo_footer__navigation__item {
    display: inline-block;
    margin: 0 40px;
    text-transform: uppercase;
    cursor: pointer;
    color: #FFFFFF;
    font-family: "Rockwell-Bold";
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 3%;
}

@media (max-width: 580px) {

.the-big-game .promo_footer__background--wide {
        display: block;
    }

.the-big-game .promo_footer__navigation {
        top: 25px;
        padding: 0 0 10px
    }

.the-big-game  .promo_footer__navigation__item {
        margin: 0 20px;
        font-size: 15px;
        line-height: 22px;
        display: inline-block;
    }
}

@media (max-width: 780px)  {
    .the-big-game .promo_footer__details .promo_footer__details_paragraph {
        font-size: 6px;
        line-height: 9px;
        text-align: left;
    }
}

@media (max-width: 320px) {
    .the-big-game .promo_footer__navigation__item {
        font-size: 14px;
    }
}

@media (max-width: 674px) { 
   
    .the-big-game .promo_footer__navigation {
        top: 18px;
    }
}
