img, video, iframe { max-width: 100%; height: auto; }
* { overflow-wrap: anywhere; }

footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 22px;
}
footer .footer-links p { flex-basis: 100%; margin: 0; order: 0; }
footer .footer-links a { order: 1; }
