.section_faq .faq_title {
  font-size: 42px;
  line-height: 43px;
  font-weight: 300;
  margin: 0 0 24px;
}
.section_faq .faq_item {
  margin: 0 0 22px;
  border-bottom: 1px solid rgba(21, 17, 13, 0.1);
}
.section_faq .faq_item[data-open=true] {
  padding: 0 0 22px;
}
.section_faq .faq_item .faq_item_title {
  font-weight: 600;
  padding: 0 0 16px;
}