.json {
  &__value {
    align-self: flex-end;
    align-items: flex-end;
    min-height 120px;
    flex: 1;
    text-align center;
    justify-content: center;
    flex-direction column;
    margin-top 15px;
    font-size 30px;
    line-height 30px;
    display block;
    width 100%;
    margin-bottom 9px;
  }
}