body {
  color: #212529;
}

.faq-page {
  padding: 15px;
}
.faq-page .faq-group-item .faq-group-question-list, .faq-page .faq-group-item .faq-group-answer-item {
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease-in;
}
.faq-page .faq-group-item .active-item {
  max-height: 999rem !important;
  transition: all 0.3s ease-in !important;
}
.faq-page img {
  max-width: 100%;
  vertical-align: middle;
}
.faq-page a {
  transition: 0.3s;
  text-decoration: none;
  color: #212529;
}
.faq-page a:hover {
  color: #434b53;
}
.faq-page .group-item {
  transition: box-shadow 0.2s;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.faq-page .group-item:hover {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
}
.faq-page .header-title h3 {
  font-size: 1.5rem;
  display: inline;
  padding-top: 5px;
  border-top: 3px solid #FFAD42;
}
.faq-page hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
  margin-top: 1rem;
  margin-bottom: 5px;
  border: 0 #E6E6E6;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.faq-page p {
  font-size: 13px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 1rem;
}
.faq-page h3 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: #4D4D4D;
}
@media screen and (min-width: 768px) {
  .faq-page {
    padding: 30px;
  }
  .faq-page p {
    font-size: 16px !important;
  }
  .faq-page h3 {
    font-size: 23px;
    line-height: 1.2;
  }
}

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