.stat-box {
      background-color: #fff;
      border-radius: 20px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      min-width: 160px;
}
.stat-icon {
      font-size: 40px;
      margin-bottom: 10px;
      color: #004080;
}
.stat-number {
      font-weight: bold;
      font-size: 24px;
}
.stat-label {
      font-size: 14px;
      color: #333;
}
#stat {
      background-color: #ffffff;
      padding: 50px 0;
}

.faq-section {
      background-color: #f8f9fa;
      padding: 50px 20px;
    }
    .faq-header {
      text-align: center;
      margin-bottom: 40px;
    }