.serial-scorecard-element {
  display: inline-block;
  text-align: center;
  .wrapper-row {
    display: flex;
    .item-scorecard {
      position: relative;
      padding: 8px 10px;
      span {
        color: #666;
        display: block;
        margin-bottom: 6px;
        line-height: 1;
        white-space: nowrap;
        &.scorecard-name {
          font-size: 20px;
        }
        &.scorecard-number {
          font-size: 30px;
          font-weight: bold;
        }
        &.scorecard-metric {
          font-size: 18px;
          margin-bottom: 0;
        }
      }
    }
  }
}
