.spooky-good .enter_now_section {
    text-align: center;
}

.spooky-good .enter_now_section__button {
    display: block;
    width: 585px;
    margin: 32px auto;
}

.spooky-good .enter_now_section__button__image {
    max-width: 100%;
}

.spooky-good .enter_now_section__deadline {
    width: 780px;
    max-width: 90%;
}

.spooky-good .enter_now_section__share {
    width: 600px;
    max-width: 90%;
    padding-bottom: 100px;
}

@media (max-width: 580px) {
    
    .spooky-good .enter_now_section__deadline {
        width: 350px;
    }

    .spooky-good .enter_now_section__button {
        width: 285px;
        margin: 7px auto;
    }

    .spooky-good .enter_now_section__button__image {
        width: 100%;
    }

    .spooky-good .enter_now_section__share {
        width: 288px;
        padding: 10px 0 50px;
    }
}
