section.faq {
  background-color: white;
}
section.faq > div {
  display: flex;
}
section.faq > div div:first-of-type {
  flex-grow: 1;
}
section.faq h4 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 16px;
}
section.faq div.content {
  color: #4f626c;
  padding: 20px;
  border-left: 5px solid #a6bdc6;
  background: #f8fafc;
  font-size: 12pt;
  margin-bottom: 16px;
}

/*# sourceMappingURL=faq.css.map */
