.card-item {
  display: flex;
  flex-direction: column;
  padding-right: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 200px; }
  .card-item .card-item-label {
    font-size: 10px;
    line-height: 16px;
    color: #707070;
    text-transform: uppercase; }
  .card-item .card-item-value {
    font-size: 14px;
    line-height: 21px;
    color: #5E5456;
    font-weight: 600; }
