.report-cards h5 {
  font-size: 1rem !important;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 2px;
}

.report-cards p {
  font-size: 0.7rem !important;
  color: var(--textGrey);
}


.report-cards span{
  font-size: 0.6rem;
  color: var(--info);
}

.card.report-cards .card-body{
  min-height: 110px;
}