.system-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.teal {
  background: #e8f8f6;
  color: #167c72;
}
