.client-project-counts {
  grid-template-columns: repeat(5, 1fr);
}

.client-project-counts .correction strong {
  color: #b85c00;
}

@media (max-width: 700px) {
  .client-project-counts {
    grid-template-columns: repeat(2, 1fr);
  }

  .client-project-counts span:nth-child(2) {
    border-right: 1px solid #e1e7ef;
  }

  .client-project-counts span:nth-child(even) {
    border-right: 0;
  }
}
