.stat-box .text-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.stat-number {
    font-weight: bold;
    font-size: 4.0rem;
}

.stat-year {
    font-weight: bold;
    font-size: 4.0rem;
	text-align:center !important;
	padding-top:30px;
}
.stat-caption {
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0;
  color:#fff;
  opacity: 0.85;
  padding-top:10px;
}

.header-line {
  border-bottom-color: white;
  width: 86px;
  border-bottom: 5px solid #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.h2-card{
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 0.6em;
}

@media (max-width: 1199px) {
    .stat-number {
        font-weight: bold;
        font-size: 2rem;
    }

    .h2-card {
        font-size: 2rem;
    }

    #cool-facts .fact-count h3 {
        font-size: 30px;
    }
}