.stat-h2{
    font-weight: 700;
    font-size: 2.2em;
}

.stats-section{
    display: flex;
  justify-content: space-around;
  align-items: center;
  width: 90%; /* Responsive width */
  max-width: 1200px; /* Limit max width */
  flex-wrap: wrap;
  margin: 20px auto;
  text-align: center;
  gap: 10px;
}