.stom-faq .stom-faq-qa-question {
    margin-bottom: 0;
    padding: 8px 12px;
    position: relative;
}
.stom-faq .stom-faq-qa-question {
    margin-bottom: 18px;
    background: #3c3c3c;
    color: #fff;
}
.stom-faq-qa-answer {
    display: block;
    position: relative;
    padding: 8px 12px;
    border-radius: 3px;
    background: #e0e0e0;
    margin-bottom: 31px;
}
.stom-faq-qa-answer:after {
    content: "";
    position: absolute;
    top: -15px;
    left: 50px;
    border: 15px solid transparent;
    border-bottom-color: #e0e0e0;
    border-top: 0;
    border-left: 0;
}
.stom-faq ul {
    list-style-type: none;
    padding-left: 0px;
}

