.faq {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-family: "Arial", sans-serif;
}

.faq h2 {
  font-size: 1.8em;
  margin-bottom: 20px;
  text-align: center;
  color: #222;
}

.faq h3 {
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #005baa;
}

.faq p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #333;
}

.faq-section {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.faq-section:first-of-type {
  border-top: none;
  padding-top: 0;
}/*# sourceMappingURL=faq.css.map */