  #stepsToTake.step-list-no-heading .stepList-item {
	position: relative;
    padding: 1.5rem 0 1.25rem 2.5rem;
    line-height: 1.75;
}

#stepsToTake.step-list-no-heading .stepList-item::before {	
	content: counter(step-list-counter);
    display: block;
    position: absolute;
    top: 1.5rem;
    left: 0;
    background-color: #fdb814;
    height: 1.75rem;
    width: 1.75rem;
    line-height: 1.75rem;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 50%;
    font-family: sans-serif;
    font-weight: normal;
}


@media (min-width:992px) {
    .w-md-85 {
        width:85%;
    }
    .add-gold-ribbon {
        position: relative;
    }
    .add-gold-ribbon::after {
        content: "";
        background-image: url(/__template/t1/images/doodle-illustrations/gold-loop-horizontal.svg);
        background-repeat: no-repeat;
        width: 265px;
        height: 108px;
        position: absolute;
        bottom: -314px;
        right: 273px;
        transform: rotate(246deg);
        display: block;
    }
}