h6 {
    display: grid;
    grid-template-columns: minmax(50px, 1fr) auto minmax(50px, 1fr);
    align-items: center;
    text-align: center;
    gap: 40px;
    font-size: medium;
  }
  
  h6::before,
  h6::after {
    content: "";
    border-top: 6px double;
  }
  .claimInvForm{
    background-color: #f8f3e5;
    border: 1px solid #abaaa9;
  }
  .Buttonclass{
    height: 28px;
    font-size: 0.688rem;
  }
  .Buttonclass1{
    height: 28px;
    font-size: 0.688rem;
    width: 33.3%;
  }
  .cifUpload{
    font-size: 0.688rem;
    height: 28px;
    width: 33.3%;
  }