#img-header {
  background-image: url("../img/img-header.jpg");
}
.faq h3 {
  margin: 0;
  font-size: inherit;
  padding: 12px;
  border-top: solid 1px #d3dbd5;
  cursor: pointer;
}
.faq h3:active,
.faq h3:hover,
.faq h3.active {
  background-color: rgba(255, 255, 255, 0.2);
}
.faq .answer {
  display: none;
  padding-top: 8px;
  border-top: solid 1px #d3dbd5;
  margin-bottom: 20px;
}
