.notes-card {
    margin-bottom: 15px !important;
    border-radius: 8px;
}
.notes-card-body {
    padding: 10px 20px;
}
.notes-category {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}
.notes-hr {
    margin: 4px 0;
    color: #d5e3e7;
    border-top: 1px solid #d5e3e7;
}
.notes-list {
    padding: 0 0 0 20px;
    margin: 10px 0 0 0;
    font-size: 14px;
}
.notes-list li {
    margin-top: 2px;
}