body {
  margin: 0;
  font-family:  sans-serif;
  background: #f7f7f7;
  min-height: 100vh;
}
.faq-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 32px 32px 32px;
  /*margin-top: 120px;*/
  margin-bottom: 80px;
  box-sizing: border-box;
  z-index: 1;
}
#header-placeholder {
  width: 100%;
  z-index: 10;
  position: relative;
}
#footer-placeholder {
  width: 100%;
  z-index: 10;
  position: relative;
}
.faq-title {
  color: #594c39;
  font-size: 2.5rem;
  margin-bottom: 36px;
  text-align: center;
}
.faq-section {
  width: 100%;
  max-width: 800px;
  margin-bottom: 32px;
}
.faq-category {
  font-size: 2rem;
  color: #594c39;
  margin-bottom: 24px;
  text-align: center;
  font-weight: 700;
}
.faq-item {
  margin-bottom: 32px;
  text-align: center;
}
.faq-question {
  font-size: 1.35rem;
  font-weight: bold;
  color: #181818;
  margin-bottom: 10px;
}
.faq-answer {
  font-size: 1.15rem;
  color: #333;
  margin-bottom: 8px;
}
@media (max-width: 700px) {
  .faq-main {
    padding: 64px 8px 32px 8px;
  }
  .faq-title {
    font-size: 1.5rem;
  }
  .faq-category {
    font-size: 1.1rem;
  }
  .faq-section {
    max-width: 98vw;
  }
  .faq-question {
    font-size: 1.1rem;
  }
  .faq-answer {
    font-size: 1rem;
  }
}
.headerItem nav ul li a{
  color: black!important;
}
