.faq-link {
  background-color: #fff;
  border-left: 4px solid var(--color-primary);
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem;
  font-size: 1.3rem;
  font-weight: 600;
  font-family: var(--font-serif);
  line-height: 1.34;
}
@media print, screen and (min-width: 768px) {
  .faq-link {
    height: 7.2rem;
    font-size: 1.8rem;
    border-left-width: 0.8rem;
    padding: 2rem;
  }
}
.faq-link svg {
  flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
}
@media print, screen and (min-width: 768px) {
  .faq-link svg {
    display: none;
  }
}

.faq-section-heading-separator {
  position: relative;
}
.faq-section-heading-separator::after {
  content: "";
  position: absolute;
  left: 3.6rem;
  bottom: -2px;
  width: calc(100% - 3.6rem);
  z-index: 1;
  border-bottom: 2px solid var(--color-light);
}
.faq-section-heading-separator::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 3.2rem;
  z-index: 1;
  border-bottom: 2px solid var(--color-ivorie);
}

.faq-section-heading {
  display: grid;
  grid-template-columns: 3rem auto;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  padding-bottom: 1.6rem;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .faq-section-heading {
    grid-template-columns: 5.6rem 1fr;
    gap: 1.6rem;
  }
}
.faq-section-heading__title {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: var(--font-serif);
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .faq-section-heading__title {
    font-size: 2.6rem;
  }
}

.faq-section-subheading {
  padding-bottom: 1.6rem;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .faq-section-subheading {
    margin: 2.4rem 0;
  }
}
.faq-section-subheading svg {
  flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  color: var(--color-ivorie);
  margin: 0 0.8rem 0 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .faq-section-subheading svg {
    flex: 0 0 2rem;
    width: 2rem;
    height: 2.4rem;
    margin-left: 4.2rem;
  }
}
.faq-section-subheading__title {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: var(--font-serif);
}
@media print, screen and (min-width: 768px) {
  .faq-section-subheading__title {
    font-size: 1.8rem;
  }
}

.faq-section {
  margin-bottom: 4.8rem;
}

/*# sourceMappingURL=faq.css.map */
