.big-number {
  font-size: calc(48px + 10vw);
  min-font-size: 40px !important;
  font-weight: bold;
  line-height: 1;
  margin-block-start: 0;
  margin-block-end: 0;
}

.disclaimer {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}

.big-number-text {
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  transition: opacity 0.25s ease-in-out;
  font-size: calc(16px + 1vw);
}

.usage-fact {
  background-color: #262222;
}