.fresh-picks .enter_now_section {
    text-align: center;
    margin: 85px auto 12px;
}

.fresh-picks .enter_now_section__button {
    display: block;
    width: 560px;
    margin: 0 auto;
    padding: 40px 0;
}

.fresh-picks .enter_now_section__button__image {
    max-width: 100%;
}

.fresh-picks .enter_now_section__deadline {
    width: 1000px;
    max-width: 100%;
}

.fresh-picks .enter_now_section__share {
    width: 620px;
    max-width: 100%;
    padding: 0;
}

@media (max-width: 550px) {
    .fresh-picks .enter_now_section {
        margin: 25px auto 12px;
    }
    
    .fresh-picks .enter_now_section__deadline {
        width: 100%;
    }

    .fresh-picks .enter_now_section__button {
        width: 280px;
        margin: 0 auto;
        padding:  15px 0;
    }

    .fresh-picks .enter_now_section__button__image {
        width: 100%;
    }

    .fresh-picks .enter_now_section__share {
        width: 275px;
        padding: 0;
    }
}
