/* ==========================================================================
   Distribution Page Styles
   ========================================================================== */

/* --- Stats small text --- */

.stat__label small {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  opacity: 0.7;
}

/* --- Numbered items spacing --- */

.distribution-services .numbered-item + .numbered-item {
  margin-top: 2rem;
}
