.stats-section {
  background: #153f64;
  padding: 60px 20px;
  text-align: center;
  color: white;
  font-family: Arial, sans-serif;
}

.title {
  font-size: 36px;
  margin-bottom: 50px;
  font-weight: bold;
}

.stats-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.stat-box {
  width: 220px;
  padding: 20px;
}

.stat-box .icon {
  font-size: 48px;
  margin-bottom: 12px;
  display: block;
  color: #ffdd57; /* golden color */
}

.stat-box h1 {
  font-size: 42px;
  margin: 0;
  font-weight: bold;
}

.stat-box p {
  margin-top: 10px;
  font-size: 17px;
}
