
.second-shot-at-love .how_to_enter {
    max-width: 100%;
    margin:35px auto 0;  
}

.second-shot-at-love .how_to_enter__overlay {
    margin: 0 auto 40px;
    padding: 40px 13px 0;
    max-width: 89%;
    border-radius: 38px;
    border: 8px solid #FC689D;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 8px 8px 0 0 rgba(252, 104, 157, 0.10), 7px 7px 0 0 rgba(252, 104, 157, 0.10) inset;
}

.second-shot-at-love .promo_content--top_backgroun:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent no-repeat url("../images/promo-hero-BKGs.png");
    background-size: 100%;
}

.second-shot-at-love .scratch-Off{
    width: 50%;
}

.second-shot-at-love .scratch-off-img{
    margin: 40px 0 0 0;
    width: 95%;
}

.second-shot-at-love .scratch-off-section{
    display: flex;
    justify-content: space-around;
}

.second-shot-at-love .how_to_enter__title {
    font-size: 50px;
    line-height: 53px;
    padding: 0 100px;
}

.second-shot-at-love .how_to_enter__content {
    font-family: 'LondrinaSolid-Regular';
    color:#000;
}

.second-shot-at-love .how_to_enter__content--scratch_off,
.second-shot-at-love .how_to_enter__content--draw-game {
    padding: 0 10px 0 25px;
    width: 50%;
}

.second-shot-at-love .how_to_enter__content--fast_play {
    padding: 0 23px 0;
    width: 50%;
}

.second-shot-at-love .how_to_enter__steps {
    list-style-type: disc;
    margin-top: 30px;
}
.second-shot-at-love .how_to_enter__steps .how_to_enter__steps {
    margin-left: 30px;
}

.second-shot-at-love .how_to_enter__steps .how_to_enter__steps__fast  {
    margin-left: 80px;
}
.second-shot-at-love .how_to_enter__steps .how_to_enter__steps__fast li{
    list-style: none;
}

.second-shot-at-love .how_to_enter__steps img {
    max-width: 100%;
    margin-bottom: 10px;
}

.second-shot-at-love .how_to_enter__step__paragraph {
    font-size: 20px;
    line-height: 20px;
    color:#EF0040;
    text-align: center;
    margin: 0 40px 20px;
}

.second-shot-at-love .how_to_enter__step {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
}

.second-shot-at-love .how_to_enter__step .in_text_accent,
.second-shot-at-love .how_to_enter__step .in_text_link {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    cursor: pointer;
    text-decoration: underline;
}

.second-shot-at-love .how_to_enter__indentation {
    margin: 15px 0 0 80px;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    font-family: 'LondrinaSolid-Regular';
}

.second-shot-at-love .how_to_enter__app_icons {
    text-align: left;
    margin-left: -20px;
}

.second-shot-at-love .how_to_enter__content--fast-play .how_to_enter__app_icons {
    text-align: left;
}

.second-shot-at-love .how_to_enter__app_icon {
    margin: 0 6px 10px;
    display: inline-block;
}

.second-shot-at-love .how_to_enter__app_icon img {
    height: 52px;
}

.second-shot-at-love .how_to_enter__steps .quick-cash {
    font-family: inherit;
    font-size: 18px;
    line-height: 20px;
    padding: 0 32px 10px;
    color: #E10400;
}

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

.landing_page_popup_container .ticket_info__title {
    font-family: "Inter";
    text-align: center;
    font-size: 32px;
    line-height: 20px;
    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: "Inter";
    color: #000;
    font-size: 16px;
    line-height: 21px;
    padding: 20px 20px 0;
    border-top: 1px solid #ccc;
    text-align: left;
}


@media (max-width: 550px) {
    .second-shot-at-love .how_to_enter__overlay {
        padding: 20px 5px 0;
        max-width: 98%;
    }

    .second-shot-at-love  .how_to_enter{
        margin: 20px auto 0;
    }

    .second-shot-at-love .how_to_enter__overlay--scratch_off,
    .second-shot-at-love .how_to_enter__overlay--fast-play,
    .second-shot-at-love .how_to_enter__overlay--draw-game{
        background-position: center bottom 30px;
    }

     .second-shot-at-love .scratch-off-section{
       flex-direction: column-reverse;
     }

     .second-shot-at-love .fast{
        flex-direction: column;
     }
     .second-shot-at-love .scratch-Off{
        width: 100%;
     }

    .second-shot-at-love .scratch-off-img{
        width: 100%;
        margin: 15px 0 35px 0;
    }

    .second-shot-at-love .how_to_enter__title {
        font-size: 35px;
        line-height: 38px;
        padding: 0 0 10px;
    }

    .second-shot-at-love .how_to_enter__step,
    .second-shot-at-love .how_to_enter__step .in_text_accent,
    .second-shot-at-love .how_to_enter__step .in_text_link {
        font-size: 20px;
        line-height: 28px;
    }

    .second-shot-at-love .how_to_enter__content--scratch_off,
    .second-shot-at-love .how_to_enter__content--draw-game,
    .second-shot-at-love .how_to_enter__content--fast_play {
        flex-direction: column-reverse;
        width: 100%;
    }

    .second-shot-at-love .how_to_enter__content--fast_play .how_to_enter__steps {
        padding-right: 0;
    }

    .second-shot-at-love .how_to_enter__indentation {
        margin-left: 40px;
        font-size: 20px;
        line-height: 26px;
    }

    .second-shot-at-love .how_to_enter__content--fast-play .how_to_enter__app_icons {
        text-align: center;
        margin-right: 10px;
    }

    .second-shot-at-love .how_to_enter__step {
        margin-bottom: 20px;
    }

    .second-shot-at-love .how_to_enter__steps {
        margin-top: 10px;
    }
    .second-shot-at-love .how_to_enter__steps img, .second-shot-at-love .how_to_enter__step__paragraph {
        max-width: calc(100% + 30px);
        margin: 0 auto 20px;
        margin-left: -30px;
    }

    .second-shot-at-love .how_to_enter__app_icons {
        text-align: center;
        margin-left: 0;
    }
    .second-shot-at-love .how_to_enter__app_icon img {
        height: 38px;
        width: auto;
    }

    .second-shot-at-love .how_to_enter__steps .how_to_enter__steps__fast {
        margin-left: 40px;
    }
    .second-shot-at-love .how_to_enter_additional_information__content {
        margin: 0 13px 20px;
    }

    .second-shot-at-love .how_to_enter_additional_information_link {
        margin: 0 30px;
    }
    .second-shot-at-love .how_to_enter_additional_information{
       margin: 0 20px;
    }
}

@media (max-width: 360px) {
    .second-shot-at-love .how_to_enter__step__paragraph {
        font-size: 12px;
        line-height: 15px;
    }
}

