.faq-intro {
  color: #383838; }

.faq-block {
  line-height: 1.5;
  padding: 10px;
  background: white;
  border: 1px solid silver;
  border-radius: 5px;
  text-align: left;
  margin-bottom: 15px;
  cursor: pointer; }
  .faq-block .question {
    padding-right: 5px;
    font-weight: bold;
    color: #212121; }
    .faq-block .question i.fa {
      float: right;
      color: silver;
      transform: translateY(3px); }
  .faq-block .answer {
    display: none;
    margin-top: 10px;
    color: #6a6f6c; }

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