@media (min-width: 768px) { 
    .w-md-50 {
        width: 50% !important;
    }
}

ol > li::marker {
    font-weight: bold;
}

[data-bs-theme="dark"] {
    --bs-body-bg: var(--bs-black) !important;
}

[data-bs-theme="dark"] .d-dark-none {
    display: none !important;
}

[data-bs-theme="light"] .d-light-none {
    display: none !important;
}