.c-faq .c-faq__introduction {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.c-faq .c-faq__items .c-faq__question {
    cursor: pointer;
}
.c-faq .c-faq__items .c-faq__item + .c-faq__item {
    border-top: 1px solid #C1C1C1;
}
.c-faq .c-faq__items .c-faq__question {
    margin: 2rem 0;
}
.c-faq .c-faq__items .c-faq__question img {
    float: right;
}
.c-faq .c-faq__items .c-faq__answer {
    display: none;
    height: auto;
    overflow: hidden;
    margin-bottom: 2rem;
}

body.home .l-hero__content h2 {
  margin: 1.4rem 0;
  line-height: 4.2rem;
  font-size: 2.8rem;
  font-family: "Raspoutine", sans-serif;
  font-weight: 500;
  line-height: 1.1em;
  margin-top: 0;
  margin-bottom: 2rem;
  font-style: italic;
  color: #292730;
  letter-spacing: -0.5px;
}

@media only screen and (min-width: 1025px) {
  body.home .l-hero__content h2 {
    margin: 2.8rem 0;
    line-height: 8.4rem;
    font-size: 5.6rem;
    line-height: 1.1em;
    margin-top: 0;
  }
}

body.home .l-hero h2 {
    color: #FFF;
}

body.home .l-hero__content h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
