@media screen and (max-width: 750px) {
  .textpage .title-wrapper .h3 {
    font-size: 3.2rem;
  }
}
.faq-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.sub-header {
  margin-bottom: 1.6rem;
}

.faq-category{
  display: none;
}

.faq-category.is-active{
  display: block;
}

.faq-wrapper .container{
  --page-width: 77rem;
}