.lbanner-pp .lbanner-desc {
    display: none !important;
}

.S_Faq_main {
    margin-top: 5%;
}

.S_Faq_main .faq_item {
    margin-bottom: 22px;
}

.S_Faq_main .faq_item .faq_title {
    position: relative;
    font-family: 'Oswald-Regular';
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.3;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.S_Faq_main .faq_item.active .faq_title {
    color: var(--conmmonColor);
}

.S_Faq_main .faq_item .faq_title:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../img/faq_icon1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.S_Faq_main .faq_item.active .faq_title:after {
    background-image: url(../img/faq_icon2.png);
}

.S_Faq_main .faq_item .faq_title p{
    width: calc(100% - 35px);
}

.S_Faq_main .faq_item .faq_title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #401D1D;
}

.S_Faq_main .faq_item .faq_cont {
    display: none;
    padding: 22px 0;
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

@media only screen and (max-width: 950px) {

    .S_Faq_main .faq_tit {
        width: 100%;
        font-size: 35px;
        line-height: 40px;
    }

    .S_Faq_main .faq_list .faq_item .faq_title:after {
        width: 15px;
        height: 15px;
    }

    .S_Faq_main .faq_list .faq_item .faq_title {
        font-size: 20px;
        line-height: 1.5;
    }
}