.stats {
    text-align: center;
    margin-top: 50px;
  }
  .stats h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .stats-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
  }
  .stats-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #333;
    border-radius: 10px;
    padding: 30px;
  }
  .stats-number {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .stats-text {
    font-size: 20px;
  }