.stats-section {
  text-align: center;
  padding: 20px 0;
  background: #f5f5f5;
}
.stats-grid {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}
.stat {
  font-size: 18px;
  color: #555;
}
.stat .count {
  font-size: 40px;
  font-weight: bold;
  color: #c96c00;
  display: block;
}
