.faq_section.type_one .accordion dl dd p {
  margin: inherit !important;
}

.faq_section {
    margin: 2em 0;
}
dt.faq_header {
    cursor: pointer;
}
dt.faq_header span.fa-minus {
    display: none !important;
}
dt.faq_header.active span.fa-minus {
    display: block !important;
}
dt.faq_header.active span.fa-plus {
    display: none !important;
}
dt.faq_header.active,
dt.faq_header:hover {
    color: var(--primary-color-one) !important;
}