  /*
#preIntro {
    position:relative;
}
#preIntro::before {
    content: "";
    background-color: #e4eaee;
    border: 1px solid transparent;
    width: 30em;
    height: 30em;
    border-radius: 100%;
    position: absolute;
    top: -25em;
    left: calc(50% - 15em);
    display: grid;
    z-index: -10;
    justify-self: center;
}
#preIntro p {
    max-width: 70ch;
    margin: 5rem auto 3rem;
}

@media (max-width:991.98px) {
    #preIntro {
        max-width:60ch;
    }
}

@media (max-width:767.98px) {
    #preIntro::before {
        width: 20em;
        height: 20em;
        top: -18em;
        left: calc(50% - 10em);
    }
}
*/


.sectionBanner--secondLevel .sectionBanner-titleHolder-title {
    max-width: unset;
}

@media (min-width:992px) {
    .w-lg-85 {
        max-width:85%;
    }
}

.bg-circle {
    position:relative;
}
.bg-circle::before {
    content: "";
    height: 30rem;
    width: 30rem;
    display: block;
    background-color: var(--gfColors-slate15);
    border-radius: 50%;
    position: absolute;
    top: -10rem;
    left: -12rem;
    z-index: -1;
}

@media (max-width: 575.98px) {
    #resourceList h2, #resourceList .h2 {
        font-size: 2rem;
    }
}