.second-shot-at-love .enter_now_section {
    text-align: center;
}

.second-shot-at-love .enter_now_section__button {
    display: block;
    width: 600px;
    margin: 0 auto;
    padding: 25px 0;
}

.second-shot-at-love .enter_now_section__button__image {
    max-width: 100%;
}

.second-shot-at-love .enter_now_section__deadline {
    width: 700px;
    max-width: 90%;
}

.second-shot-at-love .enter_now_section__share {
    width: 720px;
    max-width: 90%;
}

.second-shot-at-love .enter_now_section__deadline_rules {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}

.second-shot-at-love .enter_now_section__deadline_rules a{
    font-family: inherit;
    font-size: inherit;
    color: #FFE664;
}

@media (max-width: 550px) {
    
    .second-shot-at-love .enter_now_section__deadline {
        width: 390px;
    }

    .second-shot-at-love .enter_now_section__button {
        width: 285px;
        margin: 0 auto;
    }

    .second-shot-at-love .enter_now_section__button__image {
        width: 100%;
    }

    .second-shot-at-love .enter_now_section__share {
        width: 100%;
    }
}
