/*functions*/

@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(//fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);
body #faq {
  margin-top: 130px;
  border-top: 2px solid #d9d9d9;
}
body #faq .nameText {
  margin: 0;
  background: #efefef;
  font-size: 32px;
  color: #191919;
  font-weight: bold;
  font-family: 'Open Sans Hebrew', sans-serif;
  text-align: center;
  padding: 13px 0px;
}
body #faq .containerContent {
  max-width: 798px;
  padding: 55px 15px 60px;
}
body #faq .containerContent .row article .argumentBox .argumentBoxTitle {
  color: #191919;
  font-size: 18px;
  font-weight: bold;
  padding-top: 15px;
}
body #faq .containerContent .row article .qaBox {
  color: #191919;
  font-size: 14px;
  font-family: 'Open Sans Hebrew', sans-serif;
}
body #faq .containerContent .row article .qaBox .question {
  text-decoration: underline;
  font-weight: bold;
  padding: 15px 0;
}
body #faq .containerContent .row article .qaBox .answer {
  padding-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  body #faq {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  body #faq .containerContent {
    padding: 30px 15px;
  }
}
