/* Footer styles */
@media (max-width: 768px) {
  #footer-grid {
    grid-template-columns: 1fr !important;
  }
}
