  @media(min-width:320px) {
    h2.app-open {
    position: relative;
    font-family: var(--gfVars-autoPro);
    font-size: 1.7rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--gfColors-navy);
    letter-spacing: .15rem;
    }

}
@media (min-width: 320px) {
h2 span.now-open {
    position: relative;
    font-family:var(--gfVars-headerFont);
    font-size: 4rem;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: normal;
    margin-top: 2;
    margin-bottom: 2;
    }
}
@media(max-width:768px) {
    h2.app-open {
        font-size:1.3em;
    }
}
#appOpen {
    position:relative;
}
#appOpen::before {
    content: "";
    background-color: #e4eaee;
    border: 1px solid transparent;
    width: 30em;
    height: 27em;
    border-radius: 100%;
    position: absolute;
    top: -25em;
    left: calc(50% - 15em);
    display: grid;
    z-index: -10;
    justify-self: center;
}
@media (max-width:767.98px) {
    #appOpen::before {
        width: 20em;
        height: 20em;
        top: -18em;
        left: calc(50% - 10em);
    }
}

.bg-circle {
    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='%23f3f5f8'%3E%3C/circle%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: min(40vw, 50%);
    background-position-y: -5rem;
    background-position-x: -5rem;
}
.bg-circle02 {
    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='%23f3f5f8'%3E%3C/circle%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: min(40vw, 50%);
    background-position-y: 50%;
    background-position-x: 105%;
}