body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9fdfc;
}

.faq-container {
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
}

h1 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
}

.subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}

.faq-item {
  background-color: #f1f7f5;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.faq-item h2 {
  font-size: 22px;
  margin-bottom: 15px;
}

.faq-item p, 
.faq-item li {
  color: #333;
  line-height: 1.6;
}

a {
  color: #4e7efc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 40px 0;
}
