/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
.block-faq {
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .block-faq {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .block-faq__content {
    padding-right: 1.875rem;
  }
}
@media (min-width: 1320px) {
  .block-faq__content {
    padding-right: 4.8125rem;
  }
}
.block-faq__heading {
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .block-faq__heading {
    font-size: 2.625rem;
    line-height: 1.1428571429;
  }
}
.block-faq__copy {
  margin-bottom: 1.4375rem;
}
.block-faq .c-btn-wrapper {
  margin: 0;
}
.block-faq .c-btn {
  padding: 0.75rem 1.6875rem;
}
.block-faq__faqs {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .block-faq__faqs {
    padding-top: 1.375rem;
  }
}
.block-faq__block:not(:last-child) {
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .block-faq__block:not(:last-child) {
    margin-bottom: 2.8125rem;
  }
}
.block-faq__block-title {
  margin-bottom: 1.0625rem;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .block-faq__block-title {
    margin-bottom: 2.9375rem;
    background: none;
    -webkit-text-fill-color: unset;
    font-size: 1.625rem;
    line-height: 1.2307692308;
    font-weight: 600;
  }
}
@media (min-width: 768px) {
  .block-faq .bellow__title {
    padding-bottom: 1.3125rem;
  }
}
.block-faq .bellow__title h4 {
  margin-right: 0.625rem;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
}
@media (min-width: 768px) {
  .block-faq .bellow__title h4 {
    background: none;
    font-size: 1.25rem;
    line-height: 1.6;
    -webkit-text-fill-color: unset;
  }
}