/* [project]/src/components/Faq/style.css [app-client] (css) */
.faq-section {
  margin-top: 3rem;
}

.faq-title {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.faq-item {
  border-bottom: 1px solid #e5e7eb;
  padding: 1rem 0;
}

.faq-question {
  margin-bottom: .5rem;
  font-weight: 600;
}

.faq-answer {
  color: #374151;
  line-height: 1.6;
}

.faq-answer p {
  margin: .25rem 0;
}

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