.card-box{
  display: flex;
  align-items: center;
}
.card-item{
  padding: 5px 5px 5px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  p{
    margin: 0;
  }
  &-item{
    font-size: 14px;
  }
  &-value{
    color: #000;
    font-weight: 500;
    &-big{
      font-size: 32px;
      line-height: 40px;
    }
    &-small{
      font-size: 20px;
      line-height: 28px;
    }
  }
}