@media (min-width: 1024px) {
    footer .grid[style*="--desktop-grid"] {
        grid-template-columns: var(--desktop-grid) !important;
    }
}
