.stats-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #ffffff;
  padding: 40px 20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap;
}

.stat-box {
  text-align: center;
  margin: 20px;
  min-width: 120px;
}

.stat-icon {
  background-color: #eaf1ff;
  color: #004080;
  font-size: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  margin: 0 auto 15px auto;
}

.stat-value {
  font-size: 24px;
  font-weight: bold;
  color: #111;
}

.stat-label {
  font-size: 14px;
  color: #666;
}
