/* .second-shot-at-love .promo_content--if_you_win:before {
display: block;
}

.second-shot-at-love .promo_content--if_you_win::after {
   display: block;
} */

.second-shot-at-love .if_you_win {
    color: #000;
    margin: 55px auto 40px;
    padding: 0 63px;
    max-width: 89%;
    border-radius: 38px;
    border: 8px solid #FC689D;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 8px 8px 0 0 rgba(252, 104, 157, 0.10), 7px 7px 0 0 rgba(252, 104, 157, 0.10) inset;
}

.second-shot-at-love .if_you_win__title {
    padding: 40px 0;
    font-size: 50px;
    line-height: 40px;
}

.second-shot-at-love .if_you_win__title--secondary {
    font-size: 40px;
    line-height: 36px;
    padding-bottom: 20px;
    font-weight: 700;
    padding-top: 0;
    font-family: 'LondrinaSolid-Black';
}

.second-shot-at-love .if_you_win__content {
    color:#000;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-family: 'LondrinaSolid-Regular';
    margin: 0 auto;
    padding-bottom: 35px;
    max-width: 535px;
}

.second-shot-at-love .if_you_win__content--secondary:last-of-type {
    padding-bottom: 60px;
}

.second-shot-at-love .if_you_win__content--secondary .in_text_link {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}

@media (max-width: 550px) {
.second-shot-at-love .if_you_win{
    padding: 0 8px;
    margin: 20px auto 42px;
    max-width: 95%;
}
    .second-shot-at-love .if_you_win__title {
        font-size: 40px;
        line-height: 43px;
        padding: 27px 0 20px;
    }

    .second-shot-at-love .if_you_win__title--secondary {
        font-size: 33px;
        line-height: 45px;
        max-width: 100%;
        margin: 0 auto;
    }

    .second-shot-at-love .if_you_win__content {
        font-size: 20px;
        line-height: 24px;
        width: 100%;
        padding: 0 0 35px;
        text-align: center;
    }

    .second-shot-at-love .if_you_win__content--secondary:last-of-type {
        padding-bottom: 35px;
    }

    .second-shot-at-love .if_you_win__content--secondary .in_text_link {
        font-size: inherit;
        line-height: inherit;
    }
}
