.kpi-grid {

  &.kpi-col-2 {

    .kpi-grid-item {
      display: inline-table;
      width: 50%;
    }
  }
}

.kpi-grid-item {
  padding-bottom: 15px;

  .kpi-stat {
    color: $teal;
    font-size: 3.6rem;
    font-weight: 300;
    line-height: 4rem;
    @include localized-line;
  }

  .kpi-label {
    font-size: $font-size-regular-small;
    line-height: $font-size-regular;
  }
}
