@media (max-width: 820px) and (min-width: 601px) {
    .ge-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
