@media (min-width: 700px) {
  .shopify-section-group-footer-group .text-with-icons {
    justify-content: unset;
  }
  .shopify-section-group-footer-group .text-with-icons__list {
    --text-with-icons-template: repeat(5, 1fr);
  }
  .shopify-section-group-footer-group .text-with-icons .page-dots {
    display: none;
  }
}