
@media (max-width: 640px){
  #services .services-grid{
    -webkit-overflow-scrolling: touch;
    scroll-behavior: auto;
    touch-action: pan-y;
    will-change: scroll-position;
  }
}
