#review_answers h2,
.acf-field-group[data-name*="step_"] > .acf-label:first-child {
    display: flex;flex-direction: column;
}
#review_answers h2::before,
.acf-field-group[data-name*="step_"] > .acf-label:first-child::before {
    display: block;
    font-size: 28px;
    font-weight: 500;
    margin: 0.333em 0;
}
#review_answers h2::after,
.acf-field-group[data-name*="step_"] > .acf-label:first-child::after/*,
.acf-field-67dd83e7bc89d > .acf-label:first-child::after,
.acf-field-67dd9e8d2638f > .acf-label:first-child::after*/{
    display: block; content:"";
    order: -1;
    width: 100%;
    height: 24px;
    background: linear-gradient(to right, var(--green) 33%, var(--yellow-lightest) 33%);
    border-radius: 4px;
    /*box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
    transition: background 0.3s ease;*/
}
.acf-field-67dd9e8d2638f > .acf-label:first-child::after{
    background: linear-gradient(to right, var(--green) 66%, var(--yellow-lightest) 66%);
}
#review_answers h2::after{
    background: linear-gradient(to right, var(--green) 100%, var(--yellow-lightest) 100%);
}

.acf-field-group[data-name="step_1"] > .acf-label:first-child::after{  background: linear-gradient(to right, var(--green) 20%, var(--yellow-lightest) 20%); }
.acf-field-group[data-name="step_2"] > .acf-label:first-child::after{  background: linear-gradient(to right, var(--green) 40%, var(--yellow-lightest) 40%); }
.acf-field-group[data-name="step_3"] > .acf-label:first-child::after{  background: linear-gradient(to right, var(--green) 60%, var(--yellow-lightest) 60%); }
.acf-field-group[data-name="step_4"] > .acf-label:first-child::after{  background: linear-gradient(to right, var(--green) 80%, var(--yellow-lightest) 80%); }



  .acf-field-group[data-name="step_1"] > .acf-label:first-child::before{ content:"Step 1 of 5"; }
  .acf-field-group[data-name="step_2"] > .acf-label:first-child::before{ content:"Step 2 of 5"; }
    .acf-field-group[data-name="step_3"] > .acf-label:first-child::before{ content:"Step 3 of 5"; }
.acf-field-group[data-name="step_4"]  > .acf-label:first-child::before{ content:"Step 4 of 5"; }
  /*
  .acf-field-680a4654538f1 > .acf-label:first-child::before{ content:"Step 1 of 3"; }
  .acf-field-680a466b538f2 > .acf-label:first-child::before{ content:"Step 2 of 5"; }
  .acf-field-680a46b0538f3 > .acf-label:first-child::before{ content:"Step 3 of 5"; }
  .acf-field-680a46b2538f4 > .acf-label:first-child::before{ content:"Step 4 of 5"; }
  */

#review_answers h2::before {
    content:"Step 5 of 5";

}


