body .faq.list .faq_section {
  border: none;
}
body .faq.list .item, body .faq.list .item:last-of-type {
  margin-bottom: 10px;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  background-color: transparent;
}
body .faq.list .item.opened, body .faq.list .item:last-of-type.opened {
  background-color: transparent;
  border: 1px solid #EB5A0B;
}
body .faq.list .item .q, body .faq.list .item .q a, body .faq.list .item:last-of-type .q, body .faq.list .item:last-of-type .q a {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #1D1D1B;
}
body .faq.list .item .a, body .faq.list .item:last-of-type .a {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #727272;
}

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