.faq-boxes {
  padding-bottom: 100px; }

.faq-box {
  border-bottom: 1px solid #fff;
  margin-bottom: 18px; }
  .faq-box .question {
    font-size: 19px;
    font-weight: 700;
    text-transform: none;
    color: #4d453e;
    margin: 0 0 16px;
    font-family: "Droid Sans", "Dosis", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    .faq-box .question:before {
      content: "\f059";
      font-size: 17px;
      font-weight: normal;
      font-family: FontAwesome;
      display: inline-block;
      color: #69be28;
      margin-right: 5px; }
  .faq-box .answer p {
    margin-bottom: 24px; }
    .faq-box .answer p a {
      font-weight: 700; }
    .faq-box .answer p:before {
      content: "\f05a";
      font-size: 16px;
      font-weight: normal;
      font-family: FontAwesome;
      display: inline-block;
      color: #69be28;
      margin-right: 5px; }

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