.incremental-counter .num {
    background: #fbbb07 none repeat scroll 0 0;
    border: 1px solid #fbbb07;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    height: 51px;
    line-height: 49px;
    margin: 0 2px;
    position: relative;
    text-align: center;
    top: -1px;
    width: 35px;
    font-size: 45px;
    font-size: 2.3rem;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.45);
    font-weight: 700;
}

.incremental-counter .num::before {
    background: #fbbb07;
    content: "";
    display: block;
    height: 1px;
    left: -1px;
    margin: -0.5px 0 0;
    position: absolute;
    right: -1px;
    top: 50%;
    width: auto;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.75);
}