section {
    counter-reset: count
}

section h5::before {
    counter-increment: count;
    content: counter(count) " - ";
    font-weight: bold;
    color: #2563eb;
}

section ol {
    margin-inline-start: 25px;
}