.navigation {
  
    gap: 10px 45px;
}

@media screen and (max-width: 1350px) {
    .navigation {
       gap: 10px 26px;
    }
}