/* HTMLtool DOCX layout fixes */
h1, h2, h3, h4, h5, h6, .faq-question {
  overflow-wrap: anywhere;
  hyphens: auto;
  min-width: 0;
}
.content-screenshot {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.25rem auto;
}
