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

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