.list-style-none {
    list-style-type: none !important;
}

.max-w-100 {
    max-width: 100% !important;
}

.text-black {
    color: #000 !important;
}

.font-w-400 {
    font-weight: 400 !important;
}

.bg-aliceblue {
    background-color: aliceblue !important;
}

li.marker-md::marker {
    font-size: 1.5rem;
    color: var(--title-color);
}

.font-italic {
    font-style: italic !important;
}