/* stats section */
    .stats-section {
      background: #f2f2f2;
      border-radius: 30px;
      padding: 60px;
      margin: 40px auto;
    }

    .stats-section h2 {
      color: #002b6b;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .stats-section p.lead {
      color: #333;
      margin-bottom: 50px;
    }

    .stat-box h3 {
      color: #002b6b;
      font-weight: 700;
      font-size: 28px;
    }

    .stat-box h5 {
      font-weight: 600;
      margin-top: 10px;
      margin-bottom: 8px;
    }

    .stat-box p {
      font-size: 14px;
      color: #555;
    }
