.company-name {
  font-size: 70px;
  color: white !important;
}

.dashboard_card {
  height: 300px;
}

.dashboard_card .card-body {
  padding: 0;
}

/*.dashboard_card .card-body h2 {
  font-family: Helvitica, sans-serif;
  font-size: 14px; 
  font-weight: bold;
  color: #363636; 
  text-shadow: 1px 0px 2px rgba(49, 63, 92, 1);

}
*/
.dashboard_card__header {
  margin-top: 1rem;
  min-height: 210px;
  font-family:Helvetica, sans-serif; /* Replace 'Your Font' with the desired font-family */
  font-size: 16px; /* Adjust the font size as needed */
  font-weight:strong; /* Adjust the font weight as needed */
  color: #363636; /* Adjust the font color as needed */
  text-shadow: 1px 0px 2px rgba(49, 63, 92, 1);
  /* Add any additional font-related styles as needed */
}
.dashboard_card__img {
  height: 150px;
  width: 267px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
}
