<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ask-custom2 h2 {
  font-size: 16px;
  margin-bottom: 16px;
  position: relative;
}
.ask-custom2 h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid var(--primary-900);
  width: 4em;
}
.ask-custom2 h2 + p {
  margin-top: 16px;
}
.ask-custom2 p {
  font-size: 14px;
  line-height: 1.5;
}
.ask-custom2 p + h2 {
  border-top: 1px dashed #f8f8fa;
  margin-top: 16px;
  padding-top: 16px;
}
@media (min-width: 992px) {
  .ask-custom2 h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .ask-custom2 p + h2 {
    margin-top: 20px;
  }
}
</pre></body></html>