.nv-cfjv-custom-counter {
    margin: 0px;
        margin-top: 0px;
    margin-top: 10px;
    list-style-type: none;
}
.nv-cfjv-custom-counter li {
    border: 2px solid #0073aa;
    padding: 15px;
    counter-increment: step-counter;
margin-bottom: 2rem;
padding: 1.5rem;
background-color: #faf9f6;
}

.nv-cfjv-custom-counter li::before {
    content: counter(step-counter);
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 200%;
    background-color: rgb(210, 210, 210);
    color: #0073aa;
    width: 40px;
    height: 32px;
    text-align: center;
    padding-top: 9px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    position: relative;
    top: 12px;
}


.nv-cfjv-custom-counter li .image {
    text-align: center;
}
.nv-cfjv-custom-counter li p.image img {
    max-width: 100%;
}