.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
}

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