@media all and (min-width: 1001px) {
  #site-header .menu-items {
    align-items: center;
  }
  #site-header .menu-items .sub-menu {
    max-width: none;
    min-width: 20rem;
    left: 50%;
    transform: translateX(-50%);
  }
  #site-header .menu-items .sub-menu .menu-item-link {
    display: block;
    padding: 0.5rem 0.8rem;
  }
}

/* FAQs Styles */
.page-section.faqs {
  padding: 2rem 0;
}
.page-section.faqs h3 {
  text-align: center;
}
.page-section.faqs .question-block {
  background-color: #f2f2f2;
  margin-bottom: 2rem;
}
.page-section.faqs .question-block button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 2rem;
  border: 0;
  background-color: transparent;
  font-weight: bold;
  text-align: left;
}
.page-section.faqs .question-block .user-generated {
  display: none;
  padding: 1rem 2rem 3rem 2rem;
}
/* End FAQs */

/* Footer */
@media all and (max-width: 796px) {
  #site-footer .footer-menu {
    margin-top: 1rem;
  }
}
/* End Footer */
