html {
  scroll-behavior: smooth;
}
h2[id], h3[id], section[id] {
  scroll-margin-top: 88px;
}
img {
  max-width: 100%;
  height: auto;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
