.faq_wrap {
  border-radius: 4px;
  overflow: hidden;
  padding-bottom:60px;
  margin:0 auto:
}

.faq_item {
  border-bottom: 1px solid #f7f7f7;
}

.faq_item:last-child {
  border-bottom: none;
}

.faq_question {
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  padding: 14px 20px;
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
  margin-top:15px;
  margin-bottom:5px;
}

.faq_answer {
  background-color: #f7f7f7;
  color: #2f2f2f;
  padding: 14px 20px;
  font-size: 14px;
  line-height: 1.7;
}