   .bg-circle {
	 position:relative;
}
 .bg-circle::before {
	 content: "";
	 height: 18rem;
	 width: 18rem;
	 display: block;
	 background-color: var(--gfColors-slate15);
	 border-radius: 50%;
	 position: absolute;
	 top: -4rem;
	 left: -8rem;
	 z-index: -1;
}
@media(max-width:992px) {
     .bg-circle::before {
	 height: 16rem;
	 width: 16rem;
	 top: -2rem;
	 left: -6rem;
     }
}

/* conferences */
h3.u-gold-after.mt-1 {
    line-height: 1.15;
}