html {
  font-size: 10px;
}

img.img-fit {
  width: 100%;
}

.content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: start;
  max-width: 62rem;
}

.bb-custom-side {
  width: 100%;
  justify-content: start;
  flex-direction: column;
}

.bb-custom-side h1 {
  font-size: 4rem;
  text-align: center;
}

.bb-custom-side p {
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  padding: 0;
}

.stat {
  align-self: left;
  font-size: 2rem;
  padding-left: 2rem;
}

.stat + .stat {
  margin-top: 2rem;
}

.stat-label {
  display: block;
  font-weight: bold;
}

.stat-value {
  display: block;
}