.filterable__header {
  margin-top: 2rem;
}

.questions-list {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.question + .question {
  margin-top: 1rem;
}

.question .accordion__title {
  font-family: var(--font-family-secondary);
}

.answer {
  max-width: 1000px;
}

.questions .button {
  margin: 8px;
}