
.fresh-picks .how_to_enter {
    max-width: 100%;
    margin:35px auto 0;  
}

.fresh-picks .how_to_enter__overlay {
    background: rgba(255, 255, 255, 0.6);
    margin: 0 auto 40px;
    padding: 40px 0 0;
    max-width: 88%;
    border: 8px solid #492A25;
    background-color: rgba(255, 255, 255, 0.9);
}

li::marker {
  color: #125852;
  font-size: 1.2em; 
}

.fresh-picks .scratch-off-section{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.fresh-picks .how_to_enter__title {
    font-size: 50px;
    line-height: 56px;
    text-transform: lowercase;
}

.fresh-picks .how_to_enter__content {
    font-family: 'SourceSansPro-Regular';
    color:#002C3B;
}

.fresh-picks .how_to_enter__content--scratch_off {
    padding: 0 10px 0 30px;
    width: 69%;
}

.fresh-picks .how_to_enter__steps {
    list-style-type: disc;
    margin-top: 30px;
    letter-spacing: -1px;
}
.fresh-picks .how_to_enter__steps .how_to_enter__steps {
    margin-left: 30px;
}

.fresh-picks .how_to_enter__steps img {
    max-width: 100%;
    margin-bottom: 10px;
}

.fresh-picks .how_to_enter__step__paragraph {
    font-size: 15px;
    line-height: 20px;
    color:#EF0040;
    text-align: center;
    margin: 0 40px 20px;
}

.fresh-picks .how_to_enter__step {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 28px;
    text-align: left;
}

.fresh-picks .paragraph {
    color: #D30031;
    padding: 0 25px 20px 4px;
    letter-spacing: 0px;
}

.fresh-picks .how_to_enter__step .in_text_accent,
.fresh-picks .how_to_enter__step .in_text_link {
    font-size: inherit;
    line-height: inherit;
     font-family: 'SourceSansPro-Semibold';
    cursor: pointer;
    text-decoration: underline;
}

.fresh-picks .how_to_enter__indentation {
    margin: 15px 0 0 50px;
    font-size: 26px;
    line-height: 28px;
    text-align: left;
    font-family: 'SourceSansPro-Regular';
}

.fresh-picks .how_to_enter__app_icons {
    text-align: left;
    margin-left: 50px;
    margin-top: 15px;
}

.fresh-picks .how_to_enter__content--fast-play .how_to_enter__app_icons {
    text-align: left;
}

.fresh-picks .how_to_enter__app_icon {
    margin: 0 6px 10px;
    display: inline-block;
}

.fresh-picks .how_to_enter__app_icon img {
    height: 50px;
}
.fresh-picks .qualifying_ticket_img {
    width: 100%;
}

.landing_page_popup_container .ticket_info {
    background: #fff;
    padding: 30px 0;
}

.landing_page_popup_container .ticket_info__title {
    font-family: "Mudstone_Sans";
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 30px;
    text-transform: capitalize;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    color: #000;
}

.landing_page_popup_container .ticket_info__ticket_image {
    margin: 45px auto;
    display: block;
    max-width: 100%;
    width: 65%;
}

.landing_page_popup_container .ticket_info__description {
    font-family: "AlegreyaSans-Medium";
    color: #000;
    font-size: 22px;
    line-height: 24px;
    padding: 20px 20px 0;
    border-top: 1px solid #ccc;
    text-align: left;
}

.landing_page_popup_container .ticket_info__description--no_border {
     border-top: none;
}

.fresh-picks .how_to_enter_additional_information__content {
    background: #F2DEDE;
    margin: 15px 0px;
    font-weight: bolder;
    color: #B81100;
    padding: 30px 30px 50px;
}
.fresh-picks .how_to_enter__steps img, .fresh-picks .how_to_enter__step__paragraph {
    margin: 0 auto;
}
.fresh-picks .how_to_enter_additional_information__content_additional_link {
    margin: 0 0 20px;
    color: #358308;
    font-size: 26px;
    line-height: 20px;
    font-family: 'SourceSansPro-Semibold';
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
}
.fresh-picks .how_to_enter_additional_information__content {
    background: #F2DEDE;
    margin: 15px 0px;
    font-weight: bolder;
    color: #B81100;
    padding: 30px 30px 50px;
}


@media (max-width: 550px) {
    .fresh-picks .how_to_enter_additional_information__content_additional_link {
        font-size: 16px;
    }
    .fresh-picks .paragraph {
        font-size: 8px;
    }
    .fresh-picks .how_to_enter__overlay {
        padding: 20px 0 0;
    }

    .fresh-picks  .how_to_enter{
        margin: 20px auto 0;
    }

    .fresh-picks .how_to_enter__overlay--scratch_off,
    .fresh-picks .how_to_enter__overlay--fast-play,
    .fresh-picks .how_to_enter__overlay--draw-game{
        background-position: center bottom 30px;
    }

     .fresh-picks .scratch-off-section,
      .fresh-picks .fast {
       flex-direction: column;
     }

     .fresh-picks .scratch-Off{
        width: 100%;
     }

    .fresh-picks .scratch-off-img{
        width: 100%;
        margin: 15px 0 35px 0;
    }

    .fresh-picks .how_to_enter__title {
        font-size: 27px;
        line-height: 35px;
        padding: 0 10px 10px;
    }

    .fresh-picks .how_to_enter__step,
    .fresh-picks .how_to_enter__step .in_text_accent,
    .fresh-picks .how_to_enter__step .in_text_link {
        font-size: 16px;
        line-height: 26px;
    }

    .fresh-picks .how_to_enter__content--scratch_off {
        flex-direction: column-reverse;
        width: 100%;
    }

    .fresh-picks .how_to_enter__content--fast_play .how_to_enter__steps {
        padding-right: 0;
    }

    .fresh-picks .how_to_enter__indentation {
        margin-left: 40px;
        font-size: inherit;
        line-height: 26px;
    }

    .fresh-picks .how_to_enter__content--fast-play .how_to_enter__app_icons {
        text-align: center;
        margin-right: 10px;
    }

    .fresh-picks .how_to_enter__step {
        margin-bottom: 20px;
    }

    .fresh-picks .how_to_enter__steps {
        margin-top: 10px;
        letter-spacing: 0px;
    }
    .fresh-picks .how_to_enter__steps img, .fresh-picks .how_to_enter__step__paragraph {
        max-width: calc(90% + 10px);
        margin: 0 auto ;
    }

    .fresh-picks .how_to_enter__app_icons {
        text-align: center;
        margin-left: 0;
    }
    .fresh-picks .how_to_enter__app_icon img {
        height: 34px;
        width: auto;
    }

    .fresh-picks .how_to_enter__steps .how_to_enter__steps__fast {
        margin-left: 40px;
    }
}

@media (max-width: 360px) {
    .fresh-picks .how_to_enter__step__paragraph {
        font-size: 12px;
        line-height: 15px;
    }
}

