@media (min-width: 1101px) and (max-width: 1350px) {
  .metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dashboard-grid { grid-template-columns: minmax(0, 1fr); }
  .project > div:nth-child(2) { min-width: 0; }
  .project b, .project small { overflow-wrap: anywhere; }
}
