
.analytics-section {
    padding: 20px;
  }
  
  .analytics-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .analytics-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  
  .analytics-card {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    flex: 1 1 400px;
  }
  
  .analytics-card i {
    font-size: 40px;
    color: #4CAF50;
    margin-bottom: 10px;
  }
  
  .analytics-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .analytics-card span {
    font-size: 24px;
    font-weight: bold;
    color: #4CAF50;
  }
  

    