@media (max-width: 768px) {
  .site-footer .footer-inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .site-footer .footer-left {
    order: 1;
  }

  .site-footer .footer-right {
    order: 2;
  }

  .site-footer .footer-center {
    order: 3;
    width: 100%;
  }
}
