.stats-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 40px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.stat-item {
  width: 30%;
  min-width: 250px;
  margin-bottom: 40px;
}

.circle-box {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 12px solid #f37021;
  border-top-color: #ffd4ba;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}

.stat-item p {
  font-size: 16px;
  line-height: 1.4em;
  color: #444;
}