.second-shot-at-love .promo_content--rules::after {
    display: block;
}

.second-shot-at-love .rules {
    max-width: 86%;
    margin: 0 auto;
    padding-bottom: 25px;
    text-align: center;
    margin: 60px auto 30px;
    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 .promo_content--top_backgrounds:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent no-repeat url("../images/promo-rules-BKG.png");
    background-size: 100%;
}

.second-shot-at-love .rules__title {
    padding: 60px 0;
    font-size: 50px;
    line-height: 36px;
}

.second-shot-at-love .rules__link {
    display: block;
    color: #9E0F4F;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 90px;
    padding: 0 100px;
    font-family: "LondrinaSolid-Regular";
    text-decoration: underline;
    text-decoration-skip-ink: none;
    /* do not skip descenders */
    -webkit-text-decoration-skip: none;
    text-underline-offset: 2px;
    font-weight: 900;
}



@media (max-width: 550px) {

   .second-shot-at-love .promo_content--top_backgrounds:before {
        content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent no-repeat url("../images/promo-top-BKG.png");
    background-size: 100%;
    }

    .second-shot-at-love .rules {
        padding-bottom: 0;
        margin: 15px 20px;
    }

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

    .second-shot-at-love .rules__link {
        font-size: 20px;
        line-height: 25px;
        padding: 0 20px 30px;
    }
}

