/* Website update v39 — FAQ marker and opened-question positioning. */
.faq-image-marker.marker-3 {
  left: 47.6%;
  top: 60.8%;
}

.faq-list details {
  scroll-margin-top: 112px;
}

@media (max-width: 700px) {
  .faq-list details {
    scroll-margin-top: 92px;
  }
}
