.faq-section {
  background: black;
  padding: 30px 20px;
}

.faq-container {
  max-width: 1000px;
  margin: auto;
}

/* FAQ Heading */
.faq-title {
  text-align: center;
  color: #ebcf74;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 50px;
}

/* FAQ Item */
.faq-item {
  margin-bottom: 30px;
}

.faq-item h3 {
  color: #ebcf74;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}

.faq-item p {
  color: #ffffff;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.faq-item span {
  color: #ebcf74;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
  .faq-title {
    font-size: 30px;
  }

  .faq-item h4 {
    font-size: 16px;
  }

  .faq-item p {
    font-size: 15px;
  }
}

.faq-container p {
  color: #ffffff;
  font-size: 19px;
}
