.statistics-section {
  padding: 40px 20px;
  background: linear-gradient(335deg, #09143e 63%, #ff6600 100%);
}

.statistics-grid {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 35px 45px;
  width: 80%;
  margin: 0 auto;
}

.stat-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
}

.stat-item h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  color: #fff;
}

.stat-item p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #fff;
}
