/* Initialize the counter on the body */
body {
 counter-reset: xh2;
}

.rW4Mc > h2 {
 counter-increment: xh2;
}

.rW4Mc > h2::before {
 content: counter(xh2) ". ";
}
