.faq {
  background-color: #f8f7f3;
  padding: 95px 0 74px; }
@media (max-width: 767px) {
  .faq {
    padding-top: 50px;
    padding-bottom: 50px; } }
.faq h2 {
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center; }
.faq .question {
  margin-bottom: 6px;
  display: block; }
  .faq .question .number {
    display: inline-block;
    background-color: #367bfd;
    border-radius: 50%;
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
    min-width: calc(1rem + 13px);
    text-align: center;
    margin-right: 8px;
    float: left; }
  .faq .question h4 {
    margin-top: 4px;
    margin-bottom: 4px;
    display: inline-block;
    width: 80%; }
  .faq .question .caret-down {
    width: 12px;
    height: 12px;
    display: inline-block;
    float: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../../img/caret-down.svg");
    margin-top: 6px;
    transform: rotate(-90deg);
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s; }
.faq .answer {
  display: none;
  padding-top: 10px; }
  .faq .answer p {
    margin-top: 0; }
.faq .single-faq {
  margin-bottom: 20px;
  border-bottom: 1px solid #dededf;
  padding-bottom: 14px; }
