n.FAQ-section {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 14px;
  /* background-color: #dad8d893;
  padding: 1rem 2rem; */
}

.FAQ-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #111827d2;
}

.FAQ-question {
  color: #1b2230cc;
  font-weight: 600;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.FAQ-answer {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 15px;
}
