@media only screen and (max-width: 768px) {
  
  .scroll-grid {
    display: flex !important;
  }

  .scroll-grid .scroll-snap-item {
    flex: 0 0 41% !important; 

    scroll-snap-align: start;
  }
}