  @media (min-width:992px) {
    .w-md-85 {
        width:85%;
    }
}

.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: -2rem;
    left: -11rem;
    z-index: -1;
}
#canopy .u-gold-left, #unum  .u-gold-left {
    border-left: 3px solid var(--gfColors-slate45);
    padding-left: 1.5rem;
}