.stat-wrap {
  padding: 24px 0;
  text-align: center;
}

.stat-item {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 60px;
  margin: 0 auto;
  width: 120px;
  height: 200px;
  padding: 24px 0 0 0;
  position: relative;
}

.stat-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px auto;
}

.stat-icon img {
  display: block;
  width: 44px;
  height: 44px;
}

.stat-num-wrap {
  position: relative;
  z-index: 1;
}

.stat-number {
  font-size: 2.2em;
  color: #194bff;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  padding: 12px;
  border-radius: 60px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-desc {
  padding: 24px 48px 1px 48px;
  line-height: 1.5;
  font-size: 0.9em;
}

.circle-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 118px;
  height: 118px;
  z-index: 1;
  fill: none;
  transform: rotate(-90deg);
}

.circle-svg-progress {
  fill: none;
  stroke-width: 6;
  stroke: #194bff;
  stroke-linecap: round;
  /* stroke-opacity: 0.25; */
  stroke-dashoffset: 0;
  stroke-dasharray: 0 352; /* 350 top */
  transition: stroke-dasharray 0.9s ease;
}

.stat-2-progress {
  transition-delay: 200ms;
}

.stat-3-progress {
  transition-delay: 400ms;
}

.circle-svg-path {
  fill: none;
  stroke-width: 1;
  stroke-opacity: 0.75;
  stroke: #194bff;
  stroke-linecap: round;
  stroke-dasharray: 1, 8;
}
