.faq-main-section {
  background-color: #fdfbf6;
  min-height: 100vh;
  padding-top: 156px;
  padding-bottom: 100px;
}
.faq-card {
  border-radius: var(--radius-2xl, 16px);
  background: var(--uiBg-screen-00, #fff);
  /* Shadow 2 */
  -webkit-box-shadow: 0 87px 24px 0 rgba(117, 75, 16, 0), 0 56px 22px 0 rgba(117, 75, 16, 0), 0 31px 19px 0 rgba(117, 75, 16, 0.01), 0 14px 14px 0 rgba(117, 75, 16, 0.02), 0 3px 8px 0 rgba(117, 75, 16, 0.02);
          box-shadow: 0 87px 24px 0 rgba(117, 75, 16, 0), 0 56px 22px 0 rgba(117, 75, 16, 0), 0 31px 19px 0 rgba(117, 75, 16, 0.01), 0 14px 14px 0 rgba(117, 75, 16, 0.02), 0 3px 8px 0 rgba(117, 75, 16, 0.02);
}
.faq-card_title {
  font-family: "Onest", serif;
  color: var(--uiInk-tone-04, #334155);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 20px;
}
.faq-card_wrapper {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.faq-card_images {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.faq-card_spacer {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 16px;
}
.faq-card_button {
  margin-top: auto;
}