.spooky-good .promo_content--if_you_win::before {
   display: none;
   opacity: 1;
}

.spooky-good .if_you_win {
    background: #000000BF;
        max-width: 85%;
        font-weight: 900;
        margin: 60px 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 .if_you_win__title {
    padding: 40px 0 20px;
    font-size: 46px;
    line-height: 57px;
    color: #E7B747;
}

.spooky-good .if_you_win__title--secondary {
    font-size: 46px;
    line-height: 36px;
    padding-bottom: 20px;
    font-weight: 500;
    padding-top: 0;
    font-family: 'shlop';
    color: #E7B747;
}

.spooky-good .if_you_win__content {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-family: 'AveriaLibre-Regular';
    margin: 0 auto;
    padding-bottom: 30px;
    max-width: 600px;
}

.spooky-good .if_you_win__content--secondary:last-of-type {
    padding-bottom: 50px;
}

.spooky-good .if_you_win__content--secondary .in_text_link {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}

.spooky-good .promo_content--top_background::after {
    box-shadow:      
    0px 3px 0px 0px #000000,      
    0px -3px 0px 0px #000000;
}

@media (max-width: 580px) {
    .spooky-good .if_you_win__content--secondary .overflow {
                font-size: inherit;
                    line-height: inherit;
                    display: block;
                    max-width: 100%;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

   .spooky-good .if_you_win{
     padding: 0 10px;
     margin: 25px auto 42px;
    }

    .spooky-good .promo_content--if_you_win::after,
    .spooky-good .promo_content--if_you_win::before {
        display: block;
    }

    .spooky-good .if_you_win__title {
        font-size: 32px;
        line-height: 57px;
        padding: 25px 0 20px;
    }

    .spooky-good .if_you_win__title--secondary {
        font-size: 22px;
        line-height: 30px;
        padding: 0 0 15px;
    }

    .spooky-good .if_you_win__content {
        font-size: 18px;
        line-height: 26px;
        width: 100%;
        padding: 0 0 20px;
        text-align: center;
    }

    .spooky-good .if_you_win__content--secondary:last-of-type {
        padding-bottom: 35px;
    }

    .spooky-good .if_you_win__content--secondary .in_text_link {
        font-size: inherit;
        line-height: inherit;
    }
}
