.progress-bar__entry {
  font-family: var(--font-heading-family);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.2px;
  display: flex;
  align-items: center;
  column-gap: 0.6rem;
}

.progress-bar__entry strong {
  color: var(--color-blue-hover);
}
