Counter Reset : counter-reset property

Use counter-reset property to reset the specified counter value.

.Chapter h2 {
  …
  counter-reset: SectionNo;
  …
}