.pkp_structure_head {
    
    border-bottom: 1px solid #ddd;
}

@media (min-width: 1200px) {
    .pkp_structure_page {
      margin-top: 2.143rem;
      margin-bottom: 2.143rem;
    }
}

.pkp_structure_page {
       margin: 0;
       max-width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.statistics-container {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 10px;
  }
  
  .stat-item {
    text-align: center;
    width: 15%;
    padding: 10px;
    border: 1px solid #ddd;
  }
  
  .stat-item .icon {
    font-size: 30px;
    color: #B99D64;
    margin-bottom: 10px;
  }
  
  .stat-item .number {
    font-size: 24px;
    font-weight: bold;
    color: #153D6F;
  }
  
  .stat-item .label {
    font-size: 16px;
    color: #B99D64;
  }
  