.powerball_fmoy .enter_now_section {
    text-align: center;
    padding-bottom: 40px;
}

.powerball_fmoy .enter_now_section__button {
    display: block;
    width: 340px;
    margin: 50px auto;
}

.powerball_fmoy .enter_now_section__button__image {
    max-width: 100%;
}

.powerball_fmoy .enter_now_section__deadline {
    width: 500px;
    max-width: 90%;
}

.powerball_fmoy .enter_now_section__share {
    width: 490px;
    max-width: 90%;
}

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

.powerball_fmoy .enter_now_section__deadline_rules a{
    font-family: inherit;
    font-size: inherit;
    color: #FFE664;
}

@media (max-width: 550px) {
    .powerball_fmoy .enter_now_section {
        padding-bottom: 15px;
    }

    .powerball_fmoy .enter_now_section__deadline {
        width: 320px;
    }

    .powerball_fmoy .enter_now_section__button {
        width: 220px;
        margin: 40px auto; 
    }

    .powerball_fmoy .enter_now_section__button__image {
        width: 100%;
    }

    .powerball_fmoy .enter_now_section__share {
        width: 270px;
    }
}
