.second-shot-at-love .promo_content--faqs:before {
    opacity: 0.5;
}

.second-shot-at-love .faqs,
.second-shot-at-love .error_messages {
    font-family: 'GillSans', sans-serif;
}

.second-shot-at-love .error_messages .table {
    background: none;
}
.second-shot-at-love .error_messages .table__cell {
    padding: 12px 5px;
}

.second-shot-at-love .faqs {
    color: #000000;
    margin: 50px auto 40px;
    padding: 0 125px;
    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 .faqs__title {
    padding: 35px 0;
    font-size: 50px;
    line-height: 44px;
    text-align: center;
}

.second-shot-at-love .faqs__subtitle {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}

.second-shot-at-love .faqs__question_title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 20px;
    font-weight: 900;
    font-family: 'LondrinaSolid-Regular';
}

.second-shot-at-love .faqs__question{
    font-family: 'LondrinaSolid-Regular';
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    font-weight: 900;
}

.second-shot-at-love .faqs__answer {
    font-family: 'LondrinaSolid-Regular';
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    font-weight: 300;
}

.second-shot-at-love .ans{
    padding-bottom: 35px;
}

.second-shot-at-love .faqs__answer .in_text_link,
.second-shot-at-love .faqs__answer .in_text_accent {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.second-shot-at-love .error_messages {
    max-width: 875px;
    margin: 0 auto;
}

.second-shot-at-love .error_messages__title {
    font-size: 50px;
    line-height: 36px;
    padding-bottom: 30px;
    color: #982A9A;
    font-family: "LondrinaSolid-Black";
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;
}

.second-shot-at-love .error_messages .table__cell--header {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Lato-Regular';
}

.second-shot-at-love .error_messages .table__cell--body {
    padding: 20px 40px;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Lato-Regular';
    font-weight: 600;
    border: 1px solid #B9B9B9;
    vertical-align: middle;
}
.second-shot-at-love .faq {
    border-collapse: separate;
}
.second-shot-at-love .error_messages .error_messages_table{
     color: #000000;
    margin: 0 auto 40px;
    padding: 35px 25px;
    max-width: 100%;
    border-radius: 38px;
    border: 8px solid #FC689D;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 12px 4px 2px rgba(252, 104, 157, 0.12);
}

@media (max-width: 550px) {

    .second-shot-at-love .faqs{
        padding: 0 15px;
        margin: 15px auto 30px;
    }

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

    .second-shot-at-love .faqs__subtitle {
        font-size: 18px;
    }

    .second-shot-at-love .faqs__question_title{
        font-size: 24px;
        line-height: 28px;
    }
    
    .second-shot-at-love .faqs__question,
    .second-shot-at-love .faqs__answer,
    .second-shot-at-love .faqs__answer .in_text_link,
    .second-shot-at-love .faqs__answer .in_text_accent {
        font-size: 20px;
        line-height: 25px;
    }

    .second-shot-at-love .error_messages__title {
        font-size: 40px;
        line-height: 30px;
        padding-bottom: 30px;
    }

    .second-shot-at-love .error_messages {
        /* padding-bottom: 25px; */
        width: 92%;
    }

    .second-shot-at-love .error_messages .table__cell--header,
    .second-shot-at-love .error_messages .table__cell--body {
        padding: 15px;
        font-size: 12px;
        line-height: 14px;
    }

    .second-shot-at-love .error_messages .table__cell--body {
        line-height: 14px;
    }
}
