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

.spooky-good .how_to_enter__overlay {
    background: #000000BF;
        max-width: 91%;
        font-weight: 900;
        margin: 0 auto 100px;
        padding-bottom: 13px;
        text-align: center;
        border: 4px solid #E7B747;
        border-radius: 30px;
        box-shadow: 12px 12px 0px 0px #00000040;
        box-shadow: 4px 4px 0px 0px #000000;
}

.spooky-good .scratch-Off{
    width: 50%;
}

.spooky-good .scratch-off-img{
    margin: 25px 0 0 15px;
}

.spooky-good .scratch-off-section{
    display: flex;
    justify-content: space-around;
}

.spooky-good .how_to_enter__title {
    font-size: 46px;
    line-height: 57px;
    padding: 45px 0 20px;
}

.spooky-good .how_to_enter__content {
    font-family: 'AveriaLibre-Regular';
    color: #ffffff;
}

.spooky-good .how_to_enter__content--scratch_off{
    padding: 0 40px 0 25px;
    width: 50%;
}

.spooky-good .how_to_enter__content--fast_play {
    padding: 0 34px 0;
    width: 50%;
}

.spooky-good .how_to_enter__steps {
    list-style-type: disc;
    margin-top: 30px;
    font-weight: 400;
}

.spooky-good .how_to_enter__steps .how_to_enter__steps {
    margin-left: 30px;
}

.spooky-good .how_to_enter__steps .how_to_enter__steps__fast  {
    margin-left: 80px;
}
.spooky-good .how_to_enter__steps .how_to_enter__steps__fast li{
    list-style: none;
}

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

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

.spooky-good .how_to_enter__step {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
}

.spooky-good .how_to_enter__step .in_text_accent,
.spooky-good .how_to_enter__step .in_text_link {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    cursor: pointer;
    text-decoration: underline;
}

.spooky-good .how_to_enter__indentation {
    margin: 20px 0 0 70px;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    font-family: 'AveriaLibre-Regular';
}

.spooky-good .how_to_enter__app_icons {
    text-align: left;
    margin-left: -20px;
}

.spooky-good .how_to_enter__content--fast-play .how_to_enter__app_icons {
    text-align: left;
}

.spooky-good .how_to_enter__app_icon {
    margin: 0 6px 10px;
    display: inline-block;
}

.spooky-good .how_to_enter__app_icon img {
    height: 50px;
}

.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: 48%;
}

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

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

.spooky-good .fast-play-img {
    padding: 70px 10px 0;
}

@media (max-width: 580px) {

    .spooky-good .fast-play-img {
            padding: 30px 10px 0;
        }
    .spooky-good .fast-play-img-mobile,
    .spooky-good .scratch-off-img-mobile{
        display: block;
        padding-bottom: 45px;
    }


    .spooky-good .how_to_enter__overlay {
        padding: 20px 20px 0;
    }

    .spooky-good  .how_to_enter{
        margin: 20px auto 0;
    }

    .spooky-good .how_to_enter__overlay--scratch_off,
    .spooky-good .how_to_enter__overlay--fast-play
    {
        background-position: center bottom 30px;
    }

     .spooky-good .scratch-off-section{
       flex-direction: column-reverse;
     }

     .spooky-good .fast{
        flex-direction: column;
     }

     .spooky-good .scratch-Off{
        width: 100%;
        padding-bottom: 25px;
     }

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

    .spooky-good .how_to_enter__title {
        font-size: 32px;
        line-height: 34px;
        padding: 0 30px 10px;
    }

    .spooky-good .how_to_enter__step,
    .spooky-good .how_to_enter__step .in_text_accent,
    .spooky-good .how_to_enter__step .in_text_link {
        font-size: 18px;
        line-height: 20px;
    }

    .spooky-good .how_to_enter__content--scratch_off,
    .spooky-good .how_to_enter__content--fast_play {
        flex-direction: column-reverse;
        width: 100%;
        padding: 0 20px 0;
    }

    .spooky-good .how_to_enter__content--fast_play .how_to_enter__steps {
        padding-right: 0;
    }

    .spooky-good .how_to_enter__indentation {
        margin: 30px 0 35px 44px;
        font-size: 18px;
        line-height: 20px;
    }

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

    .spooky-good .how_to_enter__step {
        margin-bottom: 20px;
    }

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

    .spooky-good .how_to_enter__app_icons {
        text-align: center;
        margin-left: 0;
        width: 110%;
    }
    .spooky-good .how_to_enter__app_icon img {
        height: 39px;
        width: auto;
    }

    .spooky-good .how_to_enter__steps .how_to_enter__steps__fast {
        margin-left: 40px;
    }
}

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

