.the-big-game .enter_now_section {
    text-align: center;
    margin: 0 auto 20px;
}

.the-big-game .enter_now_section__button__image--mobile {
    display: none;
}

.the-big-game .enter_now_section__button {
    display: block;
    width: 506px;
    margin: 0 auto;
}

.the-big-game .enter_now_section__deadline {
    width: 635px;
    max-width: 90%;
}

.the-big-game .enter_now_section__share {
    width: 620px;
    max-width: 92%;
}

.the-big-game .enter_now_section__button__image--mobile{
    display: none;
}

@media (max-width: 674px) {
    .the-big-game .enter_now_section__button {
        width: auto;
    }
}

@media (max-width: 580px) {
    .the-big-game .enter_now_section__button__image {
        display: block;
    }

    .the-big-game .enter_now_section__button {
        display: block;
        width: 301px;
        margin: 0 auto;
    }
    
    .the-big-game .enter_now_section__deadline {
        width: 349px;
        max-width: 100%;
    }
    
    .the-big-game .enter_now_section__button__image{
        display: block;
    }

    .the-big-game .enter_now_section__button__image--mobile {
        width: 350px;
        margin: 0 auto;
        display: block;
    }

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

    .the-big-game .enter_now_section__share {
        width: 400px;
        max-width: 100%;
    }
}

