.lst-faq {
  padding: 3em 1em 2em;
}

.lst-faq > li {
  background: white;
  padding: 0 1em 1em;
  margin-bottom: 1em;
  position: relative;
}

.lst-faq > li:last-child {
  margin-bottom: 0;
}

.lst-faq h3 {
  border-bottom: 1px solid #ffe0c1;
  padding: 1em 0 1em 40px;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.3;
}

.lst-faq h3, .answer {
  position: relative;
}

.lst-faq h3::before, .answer::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  left: 0;
}

.lst-faq h3::before {
  background: url(../../img/ico-q.png) no-repeat;
  background-size: 100%;
  top: 50%;
  margin-top: -15px;
}

.answer {
  padding-left: 40px;
}

.answer::before {
  background: url(../../img/ico-a.png) no-repeat;
  background-size: 100%;
  top: 0;
}

.answer small {
  font-size: 0.9em;
  line-height: 1.3;
  display: inline-block;
  padding-top: 1em;
}/*# sourceMappingURL=faq.css.map */