
.game-of-life .how_to_enter {
    max-width: 100%;
    margin:35px auto 0;  
}
.game-of-life .how_to_enter__steps {
    margin-top: 30px;
}

.heart {
  background: transparent no-repeat url("../images/promo-heart.png");
 width: 13.999999760400206;
height: 13.999999760400206;
top: 1094.1px;
left: 121.43px;

opacity: 1;
border-top-right-radius: 80px;
border-bottom-right-radius: 80px;

}
/* li::marker{
    margin: 2px;
} */
.game-of-life .how_to_enter__overlay {
    background: rgba(255, 255, 255, 0.6);
    margin: 0 auto 40px;
    padding: 40px 0 0;
    max-width: 92%;
   border: 6px solid #910089;
    background-color: rgba(255, 255, 255, 0.9);
}

li::marker {
  color: #125852;
  font-size: 1.2em; 
}
.game-of-life .scratch-Off{
    width: 50%;
}

.game-of-life .scratch-off-img{
    margin: 40px 0 0 0;
    width: 95%;
}

.game-of-life .scratch-off-section{
    display: flex;
    justify-content: space-around;
}

.game-of-life .how_to_enter__title {
    font-size: 50px;
    line-height: 56px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.game-of-life .how_to_enter__content {
    font-family: 'Paralucent_Medium';
    color: #0D0D0D;
}

.game-of-life .how_to_enter__content--scratch_off ,
.game-of-life .how_to_enter__content--fast_play {
    padding-right: 10px;
    width: 100%;
}

.game-of-life .how_to_enter__steps {
    list-style-type: none;
    margin: 30px 20px;
    letter-spacing: 0;
}
.game-of-life .how_to_enter__steps .how_to_enter__steps {
    margin-left: 30px;
}

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

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

.game-of-life .how_to_enter__step {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 28px;
    text-align: left;
    position: relative;
    padding-left: 30px;

}

.game-of-life .how_to_enter__step::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    /* background: url("../images/heart-img.png") no-repeat center; */
    background: #D300A5;
    background-size: contain;
}

.game-of-life .paragraph {
    color: #D30031;
    padding: 0 25px 20px 4px;
    letter-spacing: 0px;
}

.game-of-life .how_to_enter__step .in_text_accent,
.game-of-life .how_to_enter__step .in_text_link {
    font-size: inherit;
    line-height: inherit;
     font-family: 'Paralucent_Medium';
    cursor: pointer;
    text-decoration: underline;
    border: none;
    background: none;
    padding: 0;
}

.game-of-life .how_to_enter__indentation {
    margin: 15px 0 0 50px;
    font-size: 22px;
    line-height: 28px;
    text-align: left;
    font-family: 'Paralucent_Medium';
}

.game-of-life .how_to_enter__app_icons {
    text-align: left;
    margin-left: 50px;
    margin-top: 15px;
}

.game-of-life .how_to_enter__overlay--fast-play .how_to_enter__app_icons {
    margin-left: 80px;
}

.game-of-life .how_to_enter__app_icon {
    margin: 0 6px 10px;
    display: inline-block;
}

.game-of-life .how_to_enter__app_icon img {
    height: 50px;
}
.game-of-life .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: "Paralucent_Bold";
    text-align: center;
    font-size: 34px;
    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: "Paralucent_Medium";
    color: #000;
    font-size: 20px;
    line-height: 24px;
    padding: 20px 66px 0;
    border-top: 1px solid #ccc;
    text-align: left;
}

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

.game-of-life .how_to_enter_additional_information__content {
    background: #F2DEDE;
    margin: 15px 0px;
    font-weight: bolder;
    color: #B81100;
    padding: 30px 30px 50px;
}
.game-of-life .how_to_enter__steps img, .game-of-life .how_to_enter__step__paragraph {
    margin: 0 auto;
}
.game-of-life .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;
}
.game-of-life .how_to_enter_additional_information__content {
    background: #F2DEDE;
    margin: 15px 0px;
    font-weight: bolder;
    color: #B81100;
    padding: 30px 30px 50px;
}


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

    .game-of-life  .how_to_enter{
        margin: 20px auto 0;
    }

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

     .game-of-life .scratch-off-section,
      .game-of-life .fast {
       flex-direction: column;
     }

     .game-of-life .scratch-Off{
        width: 100%;
     }

    .game-of-life .scratch-off-img{
        width: 100%;
        margin: 15px 0 35px 0;
        padding: 9px;
    }

    .game-of-life .how_to_enter__title {
        font-size: 30px;
        line-height: 35px;
        padding: 0 10px 10px;
    }

    .game-of-life .how_to_enter__step,
    .game-of-life .how_to_enter__step .in_text_accent,
    .game-of-life .how_to_enter__step .in_text_link {
        font-size: 16px;
        line-height: 26px;
    }

    .game-of-life .how_to_enter__content--scratch_off {
        flex-direction: column-reverse;
        width: 100%;
    }

    .game-of-life .how_to_enter__content--fast_play .how_to_enter__steps {
        padding-right: 0;
    }

    .game-of-life .how_to_enter__indentation {
        margin-left: 40px;
        font-size: inherit;
        line-height: 26px;
    }

    .game-of-life .how_to_enter__overlay--fast-play .how_to_enter__app_icons {
        margin-left: 0;
    }

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

    .game-of-life .how_to_enter__step {
        margin-bottom: 20px;
    }

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

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

    .game-of-life .how_to_enter__steps .how_to_enter__steps__fast {
        margin-left: 40px;
    }
}

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

