 .sec-notices ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

 .sec-notices ul {
    list-style: none;
}

.sec-notices li a {
    text-decoration: none;
    display: block;
    border-bottom: 1px solid var(--bs-secondary);
    padding: 0;
    pointer-events: all;
}
