.module-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 20px;
}

.module-nav .button {
  text-decoration: none;
}

@media (max-width: 760px) {
  .module-nav {
    justify-content: flex-start;
  }
}
