/*  FONTS  */
/*  COLORS  */
/*  BORDERS  */
/*  PADDING  */
/*  BOX SHADOW  */
/*  ICONS  */
#faq-section .qa {
  border-bottom: 1px solid #3A3A3A;
}
#faq-section .question button {
  position: relative;
  padding: 0 1.5rem 0.5rem 0;
  border: none;
  color: #3A3A3A;
  font-size: 1.25rem;
  text-decoration: none;
  text-transform: none;
}
#faq-section .question button::after {
  content: "\f078";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #3A3A3A;
  font-family: "icomoon";
  font-size: 1rem;
  line-height: 1.25;
}
#faq-section .question button:hover {
  color: #F05F3C;
}
#faq-section .question button[aria-expanded=true] {
  color: #F05F3C;
}
#faq-section .question button[aria-expanded=true]::after {
  content: "\f077";
}
@media (max-width: 795px) {
  #faq-section .question button {
    font-size: 1rem;
  }
}
#faq-section .answer p {
  margin-bottom: 1rem;
}

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