.second-shot-at-love .prizes__prizes_info {
    width: 95%;
    max-width: 830px;
    margin: 0 auto 30px;
    position: relative;
}

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

.second-shot-at-love .prizes__prizes_info_inner {
    margin: -24% auto 40px;
    padding: 20px;
    position: relative;  
     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 .home_prizes_cover_image_banner {
    width: 92%;
    display: block;
    margin: -17px auto 0;
}

.second-shot-at-love .prizes__title {
    font-size: 50px;
    line-height: 36px;
    width: 600px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 20px;
    color: #982A9A;
    letter-spacing: 2px;
}
.second-shot-at-love .promo_conditions {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}

.second-shot-at-love .prizes__tables {
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.second-shot-at-love .prizes__tables .table {
    padding: 0;
    max-width: 700px;
    margin: 0 auto 50px;
}

.second-shot-at-love .prizes__tables .table__cell--header {
    font-size: 30px;
    line-height: 22px;
}

.second-shot-at-love .prizes__tables .table__cell--body {
    font-size: 24px;
    line-height: 30px;
    padding: 10px 0;
    vertical-align: middle;
    text-transform: capitalize;
    background-color: #FFECF4;
    color: #000;
}

.second-shot-at-love .prizes__image {
    position: absolute;
    z-index: 4;
    height: auto;
    width: auto;
}

@media (max-width: 550px) {
    .second-shot-at-love .home_prizes_cover_image{
        width: 100%;
    }

    .second-shot-at-love .prizes__prizes_info {
        padding: 0 10px 0;
        width: auto;
        margin: 0;
    }

    .second-shot-at-love .prizes__tables .table{
        margin-bottom: 0;
    }

    .second-shot-at-love .prizes__title {
        font-size: 40px;
        line-height: 44px;
        margin: 20px auto;
        padding: 0 20px;
    }

    .second-shot-at-love .promo_conditions {
        font-size: 16px;
        line-height: 26px;
    }

    .second-shot-at-love .prizes__tables .table__cell--header {
        font-size: 20px;
        line-height: 22px;
        vertical-align: middle;
    }

    .second-shot-at-love .prizes__tables .table__cell--body {
        font-size: 24px;
        line-height: 28px;
        padding: 10px 20px;
    }
}
