/*-----------------------------------------------------------------------------
    Faq
-----------------------------------------------------------------------------*/
.faq_section .inner_section {
  padding: 30px;
}

.faq_section .faq_question_holder {
  background: #ededed;
  color: #3ebbe7;
  font-family: "roboto", arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 20px 15px;
}

.faq_section .faq_question_holder:not(:first-child) {
  margin-top: 20px;
}

.faq_section .faq_question_holder .faq_title {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: none;
}

.faq_section .faq_question_holder .faq_answer {
  color: #333333;
  font-weight: 200;
  text-transform: none;
}
