.vikcounter .vikcounter-inner {
  display: inline-block;
  width: 100%;
}
.vikcounter-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.vikcounter-item-inner {
  
  padding: 30px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

.vikcounter-count {
  display: block;
  font-size: 1.8em;
  margin: 10px 0 0px;
  font-weight: 900;
}
.vikcounter-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 5px;
}