.steelers .how_to_enter {
    max-width: 100%;
   padding: 30px 0;  
}

.steelers .how_to_enter__overlay {
    background: rgba(31, 36, 61, 0.15);
    max-width: 85%;
    font-weight: 900;
    margin: 0 auto 50px;
    padding-bottom: 50px;
    text-align: center;
    border: 8px solid  rgba(126, 83, 0, 1);
    border-radius: 60px;
    box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.65),
    inset 0px 0px 30px 999px rgba(0, 0, 0, 0.15);
}

.steelers .scratch-Off{
    width: 50%;
}

.steelers .scratch-off-img{
    margin: 25px 0 0 0;
}

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

.steelers .how_to_enter__title {
    font-size: 40px;
    line-height: 57px;
    padding: 45px 0 20px;
}

.steelers .how_to_enter__content {
    font-family: 'Latto';
    color: rgba(255, 255, 255, 1);
}

.steelers .how_to_enter__content--scratch_off{
    padding: 0 30px 0 25px;
    width: 50%;
}

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

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

.steelers .how_to_enter__steps .how_to_enter__steps {
    margin-left: 30px;
}

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

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

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

.steelers .how_to_enter__step {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
}

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

.steelers .how_to_enter__indentation {
    margin: 20px 0 0 77px;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    font-family: 'Latto';
}

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

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

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

.steelers .how_to_enter__app_icon img {
    height: 52px;
}

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

.landing_page_popup_container .ticket_info__title {
    font-family: "Futura", sans-serif;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 30px;
    text-transform: capitalize;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    color: #000000;
}

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

.landing_page_popup_container .ticket_info__description {
    font-family: "Futura", sans-serif;
    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;
}

@media (max-width: 550px) {
    .steelers .fast-play-img-mobile,
    .steelers .scratch-off-img-mobile{
        display: block;
    }

    .steelers .how_to_enter__overlay {
        padding: 20px 20px 0;
    }

    .steelers  .how_to_enter{
        margin: 20px auto 0;
        padding-bottom: 0;
    }

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

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

     .steelers .fast{
        flex-direction: column;
     }
     .steelers .scratch-Off{
        width: 100%;
     }

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

    .steelers .how_to_enter__title {
        font-size: 30px;
        line-height: 30px;
        padding: 0 10px 10px;
    }

    .steelers .how_to_enter__step,
    .steelers .how_to_enter__step .in_text_accent,
    .steelers .how_to_enter__step .in_text_link {
        font-size: 20px;
        line-height: 26px;
    }

    .steelers .how_to_enter__content--scratch_off,
    .steelers .how_to_enter__content--fast_play {
        flex-direction: column-reverse;
        width: 100%;
    }

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

    .steelers .how_to_enter__indentation {
        margin-left: 40px;
        font-size: 20px;
        line-height: 26px;
    }

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

    .steelers .how_to_enter__step {
        margin-bottom: 20px;
    }

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

    .steelers .how_to_enter__app_icons {
        text-align: center;
        margin-left: 0;
    }
    .steelers .how_to_enter__app_icon img {
        height: auto;
        width: 210px;
    }

    .steelers .how_to_enter__steps .how_to_enter__steps__fast {
        margin-left: 40px;
    }
    .steelers .how_to_enter_additional_information__content {
        margin: 0 13px 20px;
    }

    .steelers .how_to_enter_additional_information_link {
        margin: 0 30px;
    }
    .steelers .how_to_enter_additional_information{
       margin: 0 20px;
    }
}

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

