.goid-at-the-end .enter_now_section {
    text-align: center;
    margin: 40px auto 100px;
}

.goid-at-the-end .enter_now_section__button {
    display: block;
    width: 530px;
    margin: 0 auto;
    padding: 25px 0 38px;
}

.goid-at-the-end .enter_now_section__button__image {
    max-width: 100%;
}

.goid-at-the-end .enter_now_section__deadline {
    width: 700px;
    max-width: 90%;
}

.goid-at-the-end .enter_now_section__share {
    width: 690px;
    max-width: 90%;
    padding-bottom: 130px;
}

@media (max-width: 550px) {
    
    .goid-at-the-end .enter_now_section__deadline {
        width: 390px;
    }

    .goid-at-the-end .enter_now_section__button {
        width: 380px;
        margin: 0 auto;
    }

    .goid-at-the-end .enter_now_section__button__image {
        width: 100%;
    }

    .goid-at-the-end .enter_now_section__share {
        width: 420px;
        padding: 0;
    }
}
