.anchor-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.anchor-nav__link {
  font-size: 24px;
  line-height: 1.3;
  text-decoration: none;
  color: var(--color-text);
  text-decoration:underline;
}

@media screen and (max-width: 749px) {
  .anchor-nav__link {
    font-size: 22px;
  }
}
