.faqContent {
    display: none;
    padding: 0;
    width: 88%;
    padding-bottom: 30px
}

.faqTitle {}

.faqTitle h5 {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    outline: none;
    text-align: left;
    cursor: pointer;
    background: transparent;
    padding-top: 26px !important;
    padding-bottom: 26px !important;
    position: relative;
    margin-bottom: 0 !important;
    padding-right: 50px
}

.faqItem {
    border-top: 2px solid #E7E8E9;
}

.faqItem:last-child {
    border-bottom: 2px solid #E7E8E9;
}

.faqTitle h5:before {
    content: '';
    width: 30px;
    height: 3px;
    background: #E0E0E0;
    position: absolute;
    right: 4px;
    top: 36px;

}

.faqTitle h5:after {
    content: '';
    height: 30px;
    width: 3px;
    background: #E0E0E0;
    position: absolute;
    right: 18px;
    top: 22px;
    transition: all 0.2s;
    opacity: 1;
}

.faqTitle.opened h5:after {
    opacity: 0;
}

.faqContent {
    margin-top: -14px
}