.np-progress-bar__title .h4 {
  color: #37517e;
  color: var(--color-content-primary);
  margin-bottom: 4px;
  margin-bottom: var(--size-4);
}
.np-progress-bar p {
  color: #37517e;
  color: var(--color-content-primary);
  margin-top: 4px;
  margin-top: var(--size-4);
  font-weight: 600;
  font-weight: var(--font-weight-semi-bold);
}
