  .u-gfColors-slate45 {
    color: var(--gfColors-slate45) !important;
}
@media(min-width:992px) {
    .table-content table {
    width: 80%;
}
}
.circle-bg {
    position:relative;
}
.circle-bg::before {
    content: "";
    height: 26rem;
    width: 26rem;
    display: block;
    background-color: var(--gfColors-slate15);
    border-radius: 50%;
    position: absolute;
    top: -4rem;
    left: -16rem;
    z-index: -1;
}
.circle-bg {
    background-repeat: no-repeat;
    margin-bottom: 1rem;
    padding-bottom: 4rem;
   
}
 @media (min-width: 992px) {
    .circle-bg-slate45 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'%3E%3Ccircle cx='300' cy='300' r='300' fill='%2394adbd'%3E%3C/circle%3E%3C/svg%3E");
    background-size: 360px;
    background-position-y: 185%;
     background-position-x: calc(100% + -45px);
}
}
