@media (min-width: 1024px) {
  .grid-responsive {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }
}