  /* Off- campus */

@media(min-width:767.98px) {
#off-campus .stepList-item {
        border-top: none;
        border-bottom:none;
}
}
.circle-bg {
    position:relative;
}
.circle-bg::after {
    content: "";
    height: 26rem;
    width: 26rem;
    display: block;
    background-color:var(--gfColors-slate15);
    border-radius: 50%;
    position: absolute;
    top: -4rem;
    left: -16rem;
    z-index: -1;
}
