.card {
  padding: 8px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  background-color: #EAEAEA;
  font-family: 'Roboto', sans-serif;
  color: #303030;
}

.card-header {
  width: 100%;
  height: 10px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
  /* or 11px */
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.card-header-span {
  font-weight: 700;
  margin-left: 3px;
}
