@media (min-width: 992px) {
    .max-height-lg {
        max-height: var(--max-height-lg);
    }
}

.bg-grey {
    background-color: #e9ecef;
}
