.fc-faq-callouts {
  list-style: none;
}

.fc-faq-callouts a {
  display: flex;
  justify-content: space-between;
}

.faq-section {
  display: none;
}

.faq-section:target {
  display: block;
}

section:target {
  scroll-margin-top: 2rem;
}
