/* FAQ hero */
.faq-hero {
  padding: 80px 0 50px 0;
  background-color: #f7f6ff;
}
.faq-hero .text {
  text-align: center;
}
.faq-hero .text h1 {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .faq-hero .text h1 {
    font-size: 32px;
  }
}
.faq-hero .text p {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 16px auto;
}

.faq-repeater .wrapper {
  padding: 50px 0;
}
.faq-repeater .wrapper:nth-of-type(even) {
  background-color: #f7f6ff;
}
.faq-repeater .wrapper .text h2 {
  margin-bottom: 45px;
  font-weight: 700;
}
.faq-repeater .wrapper .text h3 {
  margin-bottom: 20px;
  color: #00A9FF;
}
.faq-repeater .wrapper .text p, .faq-repeater .wrapper .text ul, .faq-repeater .wrapper .text ol {
  margin-bottom: 20px;
}

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