.food_runner__pantry-clients {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
}
