@media (max-width: 615px) {
  .services__grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
  }
}
