.faq .faq-header button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 12px;
  color: #CB983C;
  border-bottom: 1px solid #dedede; }
  .faq .faq-header button div {
    text-align: left;
    padding-right: 20px; }
  .faq .faq-header button::after {
    content: '\e802';
    font-family: "fontello"; }
  .faq .faq-header button.collapsed {
    border-bottom: 1px solid #dedede; }
    .faq .faq-header button.collapsed::after {
      content: '\e802'; }

.faq .faq-body {
  padding: 0px 15px 20px; }

@media screen and (max-width: 767px) {
  .faq .faq-header button {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 18px; } }
