  .bg-circle {
	 position:relative;
}
 .bg-circle::before {
	 content: "";
	 height: 25rem;
	 width: 25rem;
	 display: block;
	 background-color: var(--gfColors-slate15);
	 border-radius: 50%;
	 position: absolute;
	 top: -8rem;
	 left: -9rem;
	 z-index: -1;
}
.largeFont {
    font-size:1.2em;
}
ul.u-stepList.stepShort li {
    padding: 1rem 0;
    padding-left: 2.65rem;
}
.goldRibbon {
    position:relative;
}
@media(min-width:992px) {
.goldRibbon::after {
    bottom: -26rem;
    right: 16rem;
    background-image: url(/__template/t1/images/doodle-illustrations/gold-doodle-ribbon.png);
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    height: 9rem;
    width: 9rem;
    position: absolute;
    rotate: -12deg;
}
}
@media(max-width:992px) {
.cardGroup-card ul.u-2ColumnList {
    column-count: 1;
}
}