  .number span{
        font-size: 1.25em;
    color: var(--gfColors-slate100);
    font-weight: bold;
}
 .bg-circle {
	 position:relative;
}
 .bg-circle::before {
	 content: "";
	 height: 16rem;
	 width: 16rem;
	 display: block;
	 background-color: var(--gfColors-slate15);
	 border-radius: 50%;
	 position: absolute;
	 top: -5rem;
	 left: -8rem;
	 z-index: -1;
}
@media (min-width: 1260px) {
.sectionBanner--longHeading.sectionBanner--secondLevel .sectionBanner-titleHolder h1.sectionBanner-titleHolder-title {
    font-size: clamp(3rem,4.5vw,5.5rem);
}
}