.cards__nav {
  display: none;
}

@media (min-width: 800px) {
  .cards__nav {
    display: block;
    font-size: 2.11111111rem;
    line-height: 0.6;
  
    @media (min-width: 1000px) {
      font-size: 3rem;
    }
  }
  
  .cards__nav-button {
    cursor: pointer;
    border: none;
    background-color: transparent;
    font-family: var(--icons);
    font-weight: 200;
  }
}