.faq-section {
  padding: 5.3rem 0;
  background: #f9f9f9;
}

.faq-section .faq-title {
  font-family: Arial, Sans-Serif;
  font-weight: 600;
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.1;
  color: #333333;
  margin-bottom: 3.5rem;
}

.faq-section .faq-list {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  margin-bottom: 0;
}

.faq-section .faq-list .faq-item {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  border-radius: 12px;
}

.faq-section .faq-list .faq-item h3 {
  font-family: Arial, Sans-Serif;
  font-weight: bold;
  text-align: left;
  font-size: 2.2rem;
  line-height: 1.25;
  color: #666;
  margin-bottom: 1rem;
}

.faq-section .faq-list .faq-item p {
  font-family: Arial, Sans-Serif;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #999;
  margin-bottom: 0;
}