.faq h2 {}

.faq p {
  font-size: 17px;
  line-height: 180%;
}

.faq a {
  text-decoration: none;
}

.faq h2 {
  font-size: 28px;
  color: #2d5469;
  font-weight: 300;
  line-height: 160%;
  font-family: var(--serif);
  letter-spacing: 0.05em;
}

.faq section p a {
  text-decoration: underline;
  color: #2D5469;
}

.faq section p a::before {
  content: '▶︎';
  margin-right: 12px;
  display: inline-block;
  color: #2D5469;
}