.incremental-counter .num {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #159ed9;
    display: inline-block;
    height: 64px;
    line-height: 62px;
    margin: 0 4.5px;
    position: relative;
    text-align: center;
    top: -1px;
    width: 50px;
    font-size: 65px;
    /* font-size: 4.72625em; */
    font-weight: 600;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.45);
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
}

.incremental-counter .comma {
    border-radius: 4px;
    color: #00aae6; 
    display: inline-block;
    height: 64px;
    line-height: 62px;
    margin: 0 4.5px;
    position: relative;
    text-align: center;
    top: -1px;
    width: 10px; 
    font-size: 40px;
    font-weight: 700;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
}

.incremental-counter .comma::before {
     content: "";
     display: block;
     height: 1px;
     left: -1px;
     margin: -0.5px 0 0;
     position: absolute;
     right: -1px;
     top: 50%;
     width: auto;
}

@media(max-width:767px) {
    .incremental-counter .num{
        width:25px;
        font-size:20px;
        height:40px;
        line-height:40px;
    }
    .incremental-counter .comma {
    font-size: 20px;
}
    
}