
/* Fix for mobile footer: force 2 columns on screens smaller than 640px */
@media (max-width: 639px) {
  .page-footer__menus [data-uk-grid] > div {
    width: 50% !important;
  }
}
