body {
 counter-reset: xinc;
}

.counter-xq8z6 > h3 {
 counter-increment: xinc;
}

.counter-xq8z6 > h3::before {
 content: counter(xinc) ". ";
}
