.card {
margin-bottom: 1rem;
}
.card-header h2 {
margin-top: 0;
}

.text-danger h2 {
color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important;
}
.text-primary h2 {
color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important;
}