#faq div.faq-item {
  background-color: white;
  position: relative;
  margin: 0 0 3rem 2rem;
  padding: 1rem 1rem 1rem 3rem;
}
#faq div.faq-item::before {
  content: "Q";
  font-size: 3rem;
  position: absolute;
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  background-color: #B7C3A4;
  color: white;
  left: -2rem;
  top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#faq div.faq-item .q {
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}
#faq div.faq-item .a {
  padding-left: 2rem;
  position: relative;
  font-size: 1.2rem;
  line-height: 2.2rem;
}
#faq div.faq-item .a::before {
  content: "A";
  position: absolute;
  font-size: 3rem;
  color: #B7C3A4;
  top: 0;
  left: -1rem;
}/*# sourceMappingURL=faq.css.map */