.nova-anchors .nova-anchors__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
  list-style: none;
  padding: 3.2rem 0;
}

@media screen and (min-width: 990px) {
  .nova-anchors .nova-anchors__list {
    padding: 6.4rem 0;
  }
}
