.help-section {
    max-width: 900px;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 20px;
  }
  
  .help-batch-card {
    display: flex;
    align-items: center;
    border-radius: 14px;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.15);
    padding: 18px 24px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    transform: all 1s ease-in-out;
  }
  .help-batch-card:hover {
     transform: scale(1.05);
  }
  .help-batch-card a{
     text-decoration: none;
  }
  
  .help-batch-number {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background-color: #aaa;
    padding: 10px 18px;
    margin-right: 20px;
    clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);
    text-align: center;
  }
  
  .help-batch-content {
    font-size: 30px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
  }
  
  .card-one {
    background-color: #fff4e4;
    border-left: 6px solid #000000;
    box-shadow: 0 5px 0 #000000;
  }
  .card-one .help-batch-number {
    background-color: #1a6f39;
  }

.line-pattern {
    width: 12px;
    height: 40px;
    background-color: rgb(0, 139, 0);
}
.privacy-policy-container ul {
    padding-left: 1.5rem;
    margin-top: 1rem;
}
.privacy-policy-container ul li {
margin-bottom: 0.75rem;
line-height: 1.6;
}
.privacy-policy-container p{
    font-weight: 500;
    text-align: justify;
    letter-spacing: .5px;
}

//shipping policy
.line-pattern {
    width: 12px;
    height: 40px;
    background-color: rgb(0, 139, 0);
}

.privacy-policy-container ul li {
margin-bottom: 0.75rem;
line-height: 1.6;
}
.privacy-policy-container p{
    font-weight: 500;
    text-align: justify;
    letter-spacing: .5px;
}
.privacy-policy-container li{
    font-weight: 500;
    text-align: justify;
    letter-spacing: .5px;
}

.line-pattern {
    width: 12px;
    height: 40px;
    background-color: rgb(0, 139, 0);
}
.privacy-policy-container p{
    font-weight: 500;
    text-align: justify;
    letter-spacing: .5px;
}
