.swing-for-the-fences .promo_content--if_you_win::before {
   display: none;
   opacity: 1;
}

.swing-for-the-fences .if_you_win {
    background: #FFFFFFD9;
    max-width: 94%;
    font-weight: 900;
    margin: 60px auto 100px;
    text-align: center;
    border-radius: 65px;
    background: linear-gradient(rgba(70, 108, 69, 0.3) 0%, rgba(87, 107, 127, 0.6) 100%),
            linear-gradient(0deg, rgba(50, 64, 90, 0.2), rgba(50, 64, 90, 3.7));
    z-index: 10;
    position: relative;
    border: 6px solid #F6DFB3;
    box-shadow: 8px 8px 0px 0px #323C62, 6px 6px 0px 0px #3B4673 inset;
}

.swing-for-the-fences .if_you_win__title {
    padding: 40px 0 20px;
    font-size: 40px;
    line-height: 57px;
}

.swing-for-the-fences .if_you_win__title--secondary {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 20px;
    font-weight: 700;
    padding-top: 0;
    font-family: 'DynaPuff-bold';
}

.swing-for-the-fences .if_you_win__content {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    font-family: 'DynaPuff-regular';
    margin: 0 auto;
    padding-bottom: 30px;
    max-width: 600px;
    font-weight: 400;
}

.swing-for-the-fences .if_you_win__content--secondary:last-of-type {
    padding-bottom: 50px;
}

.swing-for-the-fences .if_you_win__content--secondary .in_text_link {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}


@media (max-width: 580px) {
   .swing-for-the-fences .if_you_win{
     padding: 0 9px;
     margin: 25px auto 42px;
    }

    .swing-for-the-fences .promo_content--if_you_win::after,
    .swing-for-the-fences .promo_content--if_you_win::before {
        display: block;
    }

    .swing-for-the-fences .if_you_win__title {
        font-size: 32px;
        line-height: 37px;
        padding: 25px 0 20px;
    }

    .swing-for-the-fences .if_you_win__title--secondary {
        font-size: 32px;
        line-height: 27px;
    }

    .swing-for-the-fences .if_you_win__content {
        font-size: 20px;
        line-height: 26px;
        width: 100%;
        padding: 0 0 35px;
        text-align: center;
    }

    .swing-for-the-fences .if_you_win__content--secondary:last-of-type {
        padding-bottom: 35px;
    }
    .swing-for-the-fences .if_you_win__content--secondary .overflow {
        font-size: inherit;
        line-height: inherit;
        display: block;
        max-width: 100%; 
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
