.rec_container {
    background: #fff;
}


.faq_main_div {
    padding-top: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #E5E5E5;
}

.faq_div {
    width: calc((100% - 55px) / 2);
    padding: 50px 25px;
    margin-bottom: 40px;
    background: url('img/faq_bac.png') no-repeat;
    background-size: 100% 100%;
}

.faq_top_q {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    border: 1px solid #333333;
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 37px;
    text-align: center;
    flex-shrink: 0;
}

.faq_top_title {
    flex: 1;
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    margin: 0 18px;
}

.faq_top_icon::after {
    content: '+';
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    flex-shrink: 0;
    display: block;
}

.faq_bottom {
    display: flex;
    margin-top: 20px;
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 2;
    display: none;
}

.faq_top_a {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    border: 1px solid #F08F11;
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #F08F11;
    line-height: 37px;
    text-align: center;
    flex-shrink: 0;
    margin-right: 18px;
}


.faq_div_act {
    background: url('img/faq_bac2.png') no-repeat;
    background-size: 100% 100%;
}

.faq_div_act .faq_top_q,
.faq_div_act .faq_top_a {
    border: 1px solid #fff;
    color: #fff;
}

.faq_div_act .faq_top_title,
.faq_div_act .faq_bottom {
    color: #fff;
}

.faq_div_act .faq_bottom {
    display: flex;
}

.faq_div_act .faq_top_icon::after {
    content: '-';
    color: #fff;
}

@media only screen and (max-width: 950px) {
    .faq_div {
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }
}