.incremental-counter .num {
    background: #202540 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #FFFFFF;;
    display: inline-block;
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 56px;
    line-height: 100%;
    border-radius: 8px;
    padding: 10px;
    margin: 0 4px;
  }

  .incremental-counter .num:nth-of-type(3n +1 ) {
      margin-left: 16px;
  }
  
  .incremental-counter .num::before {
    background: #FFFFFF;;
    content: "";
    display: none;
    height: 1px;
    left: -1px;
    margin: -0.5px 0 0;
    position: absolute;
    right: -1px;
    top: 50%;
    width: auto;
  }