.faq-content {
  width: 100%;
  max-width: 800px;
  padding: 2rem 2rem 4rem 2rem;
  margin-left: 600px;
  margin-top: 80px;
}

.faq-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 2rem;
  color: #ffffff;
}

.faq-title i {
  color: #667eea;
  margin-right: 0.4rem;
}

.faq-list {
  display: flex;
  flex-direction: column;
}

.faq-item {
  margin-bottom: 2rem;
}

.faq-item h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #667eea;
  margin-bottom: 0.5rem;
}

.faq-item p {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.6;
}

.faq-item b {
  font-weight: 700;
}

@media (max-width: 1024px) {
  .faq-content {
    margin-left: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 2rem 1.5rem 3rem;
  }

  .faq-title {
    font-size: 1.9rem;
  }
}

@media (max-width: 768px) {
  .faq-content {
    padding: 1.5rem 1.2rem 3rem;
  }

  .faq-title {
    font-size: 1.6rem;
  }

  .faq-item h2 {
    font-size: 1.05rem;
  }

  .faq-item p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .faq-content {
    padding: 1.2rem 1rem 2.5rem;
  }

  .faq-title {
    font-size: 1.4rem;
  }

  .faq-item h2 {
    font-size: 1rem;
  }

  .faq-item p {
    font-size: 0.9rem;
  }
}
