.faq-anchor-item {
  display: flex;
  gap: 9px;
  align-items: center;
}
.faq-anchor-item::before {
  content: '';
  width: 17px;
  height: 11px;
  background-image: url('../../images/arrow-anchor.svg');
  background-position: center;
  background-repeat: no-repeat;
}
.faq-anchor-item p {
  margin: 0;
  color: var(--brand-secondary-color);
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
}