
.goid-at-the-end .how_to_enter {
    max-width: 100%;
    margin:35px auto 0;  
}

.goid-at-the-end .how_to_enter__overlay {
    background: rgba(255, 255, 255, 0.6);
    margin: 0 auto 40px;
    padding: 40px 10px 65px;
    max-width: 85%;
    border: 8px solid #492A25;
    background-color: rgba(255, 255, 255, 0.9);
}

.goid-at-the-end .scratch-Off{
    width: 50%;
}

.goid-at-the-end .scratch-off-img{
    margin: 80px 0 0 0;
    width: 95%;
}

.goid-at-the-end .scratch-off-section{
    display: flex;
    justify-content: space-around;
}

.goid-at-the-end .how_to_enter__title {
    font-size: 48px;
    line-height: 56px;
}

.goid-at-the-end .how_to_enter__content {
    font-family: 'AlegreyaSans-Medium';
    color:#002C3B;
}

.goid-at-the-end .how_to_enter__content--scratch_off,
.goid-at-the-end .how_to_enter__content--draw-game {
    padding: 0 10px 0 30px;
    width: 69%;
}

.goid-at-the-end .how_to_enter__content--fast_play {
    padding: 0 30px 0;
    width: 71%;
}

.goid-at-the-end .how_to_enter__steps {
    list-style-image: url("../images/promo-svg.png");
    margin-top: 30px;
}
.goid-at-the-end .how_to_enter__steps .how_to_enter__steps {
    margin-left: 30px;
}

.goid-at-the-end .how_to_enter__steps .how_to_enter__steps__fast  {
    margin-left: 80px;
}
.goid-at-the-end .how_to_enter__steps .how_to_enter__steps__fast li{
    list-style: none;
}

.goid-at-the-end .how_to_enter__steps img {
    max-width: 100%;
    margin-bottom: 10px;
}

.goid-at-the-end .how_to_enter__step__paragraph {
    font-size: 15px;
    line-height: 20px;
    color:#EF0040;
    text-align: center;
    margin: 0 40px 20px;
}

.goid-at-the-end .how_to_enter__step {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
}

.goid-at-the-end .how_to_enter__step .in_text_accent,
.goid-at-the-end .how_to_enter__step .in_text_link {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    cursor: pointer;
    text-decoration: underline;
     background: none;
    border: none;
    padding: 0;
}

.goid-at-the-end .how_to_enter__indentation {
    margin: 15px 0 0 50px;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
    font-family: 'AlegreyaSans-Medium';
}

.goid-at-the-end .how_to_enter__app_icons {
    text-align: left;
    margin-left: 50px;
    margin-top: 15px;
}

.goid-at-the-end .how_to_enter__content--fast-play .how_to_enter__app_icons {
    text-align: left;
}

.goid-at-the-end .how_to_enter__app_icon {
    margin: 0 6px 10px;
    display: inline-block;
}

.goid-at-the-end .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: "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;
}

.goid-at-the-end .how_to_enter_additional_information__content {
    background: #F2DEDE;
    margin: 15px 0px;
    font-weight: bolder;
    color: #B81100;
    padding: 30px 30px 50px;
}
.goid-at-the-end .how_to_enter__steps img, .goid-at-the-end .how_to_enter__step__paragraph {
    margin: 0 auto 10px;
}


@media (max-width: 550px) {
    .goid-at-the-end .how_to_enter__overlay {
        padding: 20px 5px 0;
    }

    .goid-at-the-end  .how_to_enter{
        margin: 20px auto 0;
    }

    .goid-at-the-end .how_to_enter__overlay--scratch_off,
    .goid-at-the-end .how_to_enter__overlay--fast-play,
    .goid-at-the-end .how_to_enter__overlay--draw-game{
        background-position: center bottom 30px;
    }

     .goid-at-the-end .scratch-off-section,
      .goid-at-the-end .fast {
       flex-direction: column;
     }

     .goid-at-the-end .scratch-Off{
        width: 100%;
     }

    .goid-at-the-end .scratch-off-img{
        width: 100%;
        margin: 15px 0 35px 0;
    }

    .goid-at-the-end .how_to_enter__title {
        font-size: 30px;
        line-height: 35px;
        padding: 0 0 10px;
    }

    .goid-at-the-end .how_to_enter__step,
    .goid-at-the-end .how_to_enter__step .in_text_accent,
    .goid-at-the-end .how_to_enter__step .in_text_link {
        font-size: 18px;
        line-height: 26px;
    }

    .goid-at-the-end .how_to_enter__content--scratch_off,
    .goid-at-the-end .how_to_enter__content--draw-game,
    .goid-at-the-end .how_to_enter__content--fast_play {
        flex-direction: column-reverse;
        width: 100%;
    }

    .goid-at-the-end .how_to_enter__content--fast_play .how_to_enter__steps {
        padding-right: 0;
    }

    .goid-at-the-end .how_to_enter__indentation {
        margin-left: 40px;
        font-size: 18px;
        line-height: 26px;
    }

    .goid-at-the-end .how_to_enter__content--fast-play .how_to_enter__app_icons {
        text-align: center;
        margin-right: 10px;
    }

    .goid-at-the-end .how_to_enter__step {
        margin-bottom: 20px;
    }

    .goid-at-the-end .how_to_enter__steps {
        margin-top: 10px;
    }
    .goid-at-the-end .how_to_enter__steps img, .goid-at-the-end .how_to_enter__step__paragraph {
        max-width: calc(100% + 10px);
        margin: 0 auto 10px;
    }

    .goid-at-the-end .how_to_enter__app_icons {
        text-align: center;
        margin-left: 0;
    }
    .goid-at-the-end .how_to_enter__app_icon img {
        height: 34px;
        width: auto;
    }

    .goid-at-the-end .how_to_enter__steps .how_to_enter__steps__fast {
        margin-left: 40px;
    }
}

@media (max-width: 360px) {
    .goid-at-the-end .how_to_enter__step__paragraph {
        font-size: 12px;
        line-height: 15px;
    }
}

