/* Faq Section */
.faq {
  min-height: 60vh;
  color: var(--gray-3);
  font-size: 16px;
  padding-bottom: 50px;
  /* display: none; */
}

.faq h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  margin-top: 100px;
  color: var(--gray-4);
  margin-bottom: 40px;
}

.faq h4 {
  font-size: 16px;
  color: var(--gray-4);
  font-weight: 400;
}

.faq .question {
  border-bottom: 1px solid #b2b7c2;
  width: 60%;
  margin: 0 auto;
  padding-bottom: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}

.faq .question-title {
  display: flex;
  justify-content: space-between;
}

.answer {
  margin-top: 20px;
}

.hidden {
  margin-bottom: 10px;
  display: none;
}

@media screen and (max-width: 900px) {
  .faq h2 {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .faq h2 {
    font-size: 16px;
  }

  .faq h4 {
    font-size: 16px;
    color: var(--gray-4);
    font-weight: 400;
  }

  .faq .question {
    width: 100%;
    /* padding: ; */
  }
  .faq {
    min-height: 50vh;
    padding-bottom: 40px;
  }
}
