.faq ul li {
    list-style: one;
}

.faq div[data-bs-toggle="collapse"] {
    width: 100%;
    cursor: pointer;
    padding: 1rem;
}

.faq .collapse {
    background: var(--light);
}