@media (max-width: 768px) { .footer-content { grid-template-columns: 1fr; text-align: center; gap: 2.5rem; } .footer-divider { display: none; } .footer-column { align-items: center; } .footer-links { align-items: center; } .social-links { margin-top: 2rem; } .footer-bottom { text-align: center; padding: 0 1rem; } }