/*.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important;
}
.rounded-custom {
    border-radius: 1rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0 !important;
    }
}
.sticky-sidebar {
    position: sticky;
    top: 100px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}*/
