
/* MHPC numbers */
.number {
  background-color: var(--mhpc-primary-lighter);
  border-radius: 30px;
}

.number__value {
  color: var(--mhpc-text-heading-1);
}

.number__value:after {
  background-color: var(--mhpc-primary);
  height: 6px;
  border-radius: 999px;
  margin-top: 0.35rem;
}

.number__label,
.number__label * {
  color: var(--mhpc-text-heading-1);
}

/* Homepage: double the gap below the numbers block.
   Base .number margin-bottom is 1.5rem (<1200px) / 2.5rem (≥1200px). */
#it-page-front .pt-page__numbers {
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .number__value:after {
    height: 8px;
  }
}

@media (min-width: 1200px) {
  #it-page-front .pt-page__numbers {
    margin-bottom: 2.5rem;
  }
}
