/* Add custom CSS styles below */ 
@media (max-width: 768px){
  footer .footer__top, footer .footer-top, footer .footer-content{
    display:flex;
    flex-direction:column;
  }
  footer .footer-links, footer .links, footer [data-section="links"]{ order:1; }
  footer .footer-contact, footer .contact, footer [data-section="contact"]{ order:2; }
  footer .social, footer .footer-social{ order:3; }
  footer .payments, footer .footer-payments{ order:4; }
}