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

.game-of-life .promo_footer__background {
    width: 100%;
}

.game-of-life  .promo_footer__navigation {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
}

.game-of-life .promo_footer__navigation__list {
    text-align: center;
}

.game-of-life .promo_footer__navigation__item {
    display: inline-block;
    margin: 0 40px;
    text-transform: uppercase;
    cursor: pointer;
    color: #000000;
    font-family: "Paralucent_Heavy";
    font-size: 40px;
    line-height: 27px;
    letter-spacing: 0px;
}

.game-of-life .promo_footer__details .promo_footer__details_paragraph {
    color: #000000;
    font-size: 20px;
    line-height: 22px;
    font-family: "Paralucent_Medium";
    text-align: center;
    padding: 0;
}

.game-of-life .promo_footer__details_brand {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px auto 0;
    -webkit-text-stroke-width: -0.75px;
    -webkit-text-stroke-color: #000;
}

@media (max-width: 550px) {

    .game-of-life .promo_footer__details .promo_footer__details_paragraph {
        font-size: 8px;
        line-height: 10px;
    }

    .game-of-life .promo_footer__background--wide {
        display: block;
    }

    .game-of-life .promo_footer__navigation {
        top: 16px;
        padding: 0 0 10px
    }

    .game-of-life  .promo_footer__navigation__item {
        margin: 0 20px;
        font-size: 16px;
        line-height: 17px;
        display: inline-block;
    }

}

