.z-index-up {
  z-index: 1;
}

* {
  box-sizing: border-box;
}

.block--stats .stat {
  border: 2px solid #AB9967;
}
.block--stats .stat .stat--number {
  font-size: 3.25rem;
  letter-spacing: -0.0625rem;
  color: #837443;
  background-color: #fff;
  line-height: 1;
  transform: translateY(-50%);
  padding: 0 0.875rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.block--stats .stat .stat--description {
  font-size: 1.5rem;
  padding: 0 1.875rem 1.875rem;
  font-weight: bold;
  color: #1C3649;
}
