.svg-hexagonal-counter {
    position: relative;
    float: left
}

.svg-hexagonal-counter h2 {
    text-align: center;
    position: absolute;
    line-height: 200px;
    width: 100%
}

.svg-hexagonal-counter .counter {
    width: 200px;
    height: 240px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

.svg-hexagonal-counter .counter .track {
    fill: rgba(0, 0, 0, 0);
    stroke-width: 10;
    transform: translate(290px, 800px)rotate(-120deg)
}

.svg-hexagonal-counter .counter .fill {
    fill: rgba(0, 0, 0, 0);
    stroke-width: 30;
    transform: translate(290px, 800px)rotate(-120deg)
}

.svg-hexagonal-counter .counter .fill {
    stroke: #fff;
    stroke-linecap: round;
    stroke-dasharray: 2160;
    stroke-dashoffset: 2160
}