

.card {
  display: flex !important;
  flex-direction: column  !important;
  justify-content: space-between !important;
}

.card-body i {
  margin-bottom: 1rem !important; 
}

.custom-bullets li::before {
  content: "▢ ";
  font-weight: bold  !important;
  margin-right: 6px  !important;
}

.card:nth-child(1) .custom-bullets li::before { color: #0d6efd; } /* blue */
.card:nth-child(2) .custom-bullets li::before { color: #198754; } /* green */
.card:nth-child(3) .custom-bullets li::before { color: #ffc107; } /* yellow */
