@media (min-width: 761px) and (max-width: 900px) {
  .footer-top,
  .footer-bottom {
    gap: 24px;
  }

  .footer-top nav {
    gap: clamp(18px, 2.6vw, 24px);
  }
}
