.faqs_card {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.faq_question {
  cursor: pointer;
  margin: 0;
  padding: 1.25rem 1.875rem !important;
}

.faqs_card_coll {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faqs_card_body {
  padding-top: 10px;
}

.faq_icon {
  font-size: 2rem;
  font-weight: bold;
  transition: all 0.3s ease;
}

/* remove old + - */
.faq_question::after {
  content: none !important;
}