.help-category {
    padding: 15px 0px;
    background-color: var(--violet-lightest);
}

.help-category a {
    all: unset;
}
.help-category a:hover {
    all: unset;
}

a h3 {
    font-size: var(--fs-nl) !important;
    font-family: var(--font-medium);
    cursor: pointer;
}

.arrow {
    color: #3e4195;
}

.help-search-category {
    margin: 32px 0px;
}


@media (max-width:768px) {
    a h3 {
    font-size: var(--fs-md) !important;
    font-family: var(--font-medium);
    cursor: pointer;
}
}