.grant-side-cart {
    background-color: white;
    border-left: lightgray 2px solid;
}

@media only screen and (min-width: 768px) {
    #side-cart {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        overflow-y: scroll;
    }
}
