.number-list {
    position: absolute;
    left: 0;
    top: 5px;
    content: counter(step-counter);
    color: #791956;
    border: 2px solid #791956;
    border-radius: 120px;
    padding: 14px 20px;
    font-size: 1.75em;
    font-weight: bold;
}