.ppage-section {
    max-width: 1300px;
    margin: 60px auto;
    padding: 0 40px;
    box-sizing: border-box;
  }
  
  .ppage-heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .ppage-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    text-align: center;
  }
  
  .ppage-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .ppage-box {
    width: 200px;
    height: 270px;
    background-color: white;
    border: 2px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  }
  
  .ppage-title {
    margin-top: 14px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
  }
  
  .ppage-price {
    color: #ddd;
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
  }
  