/* Start custom CSS */.faq-section {
  background-color: #f9f9fc;
  padding: 2em;
  border-radius: 8px;
  margin-top: 2em;
}

.faq-section h2 {
  color: #003366;
  font-size: 1.8rem;
  margin-bottom: 1em;
}

.faq-item {
  margin-bottom: 1.5em;
}

.faq-question {
  font-weight: 600;
  font-size: 1.1rem;
  color: #004080;
  margin-bottom: 0.5em;
}

.faq-answer {
  color: #333;
  line-height: 1.6;
  margin: 0;
}/* End custom CSS */