body.page_faq {
  overflow-y: auto;
  height: auto;
}
body.page_faq .home_layout {
  height: auto;
  min-height: 100svh;
}
body.page_faq .home_content {
  flex: 1;
  height: auto;
  overflow: visible;
  padding-top: 24px;
  padding-bottom: 40px;
}
.faq_container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.faq_container h1 {
  text-align: center;
  color: #333;
  margin-top: 0;
  margin-bottom: 32px;
}
.faq_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq_contact {
  text-align: center;
  margin-top: 48px;
  padding: 32px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}
.faq_contact h3 {
  margin: 0 0 8px 0;
  font-size: 22px;
  color: #333;
}
.faq_contact p {
  margin: 0 0 24px 0;
  font-size: 17px;
  color: #555;
  line-height: 1.6;
}