  
h3.stepList-item-heading {
    font-weight: 100;
    font-family: var(--gfVars-headerFont);
    line-height: 1.1;
    margin-bottom: 0;
    font-size: 2.4rem;
}
 .stepList-item {
	 display: block;
	 counter-increment: step-list-counter;
	 border-top: none;
	 padding: 1.5rem 0;
	 margin-bottom: 0;
	 padding-bottom: 0;
}
 .stepList-item-heading::before {
	 content: counter(step-list-counter);
	 display: block;
	 background-color: var(--gfColors-gold);
	 height: 2rem;
	 width: 2rem;
	 line-height: 2.1rem;
	 text-align: center;
	 font-size: 1.5rem;
	 color: #fff;
	 border-radius: 50%;
	 font-family: sans-serif;
	 margin-right: 0.75rem;
	 font-weight: normal;
	 flex-shrink: 0;
	 align-self: start;
	/* padding-top: 0.5rem;
	 */
	 margin-top: 0.35rem;
}
.stepList-item:last-child {
    border-bottom: none;
}
