#faq .card {
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
}
#faq h1 {
  margin-bottom: 15px;
}
#faq .wrapper:not(:last-of-type) {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#faq .wrapper .question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
#faq span {
  display: flex;
  justify-content: center;
  align-items: center;
}
#faq .icon-minus {
  display: none;
}
#faq a[aria-expanded=true] .icon-plus {
  display: none;
}
#faq a[aria-expanded=true] .icon-minus {
  display: flex;
}

/*# sourceMappingURL=faq.css.map */
