.faq {
  padding: 10px 20px 10px 20px;
  background: #f9fafb;
}

.faq h3 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
}

.faq-item {
  max-width: 800px;
  margin: 0 auto 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e7eb;
}

.faq-item h4 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1f2937;
}

.faq-item p {
  font-size: 0.95rem;
  color: #374151;
  line-height: 1.6;
}

/* MOBILE */
@media (max-width: 768px) {
  .faq h3 {
    font-size: 1.8rem;
  }
}
