/**.CountNumberInnerCol {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.CountCol {
    flex: 0 30%;
    text-align: center;
}**/

.CountCol .listAnimate {
  width: 150px;
  height: 150px;
  background-color: #ddd;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
}

.CountCol .listAnimate > span {
  color: #7a7;
}

.CountCol .listAnimate span.text, .skill-box > .CountCol .listAnimate span ~ b {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  margin-top: -8px;
  z-index: 1;
}

.CountCol .listAnimate span.text ~ b, .CountCol .listAnimate span ~ b ~ b {
  font-weight: normal;
  margin-top: 8px;
}

.CountCol .listAnimate span.bar-circle-right, .CountCol .listAnimate span.bar-circle-left {
  border-radius: 50%;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #6862a5;
  clip: rect(0, 75px, 150px, 0);
}

.CountCol .listAnimate span.bar-circle-left {
  background: #ddd;
}

.CountCol .listAnimate span.bar-circle-cover {
  display: block;
  width: 95%;
  height: 95%;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.CountCol .listAnimate b {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 42px;
    width:100%;
    font-weight:500;
}
.CountCol .listAnimate b span {
    font-size: 28px;
}
@media screen and (max-width: 767px) {
  .CountNumberInnerCol {
    display: block;
  }
}
/***********************************?

.CountCol .listAnimate {
  width: 150px;
  height: 150px;
  background-color: #ddd;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
}

.CountCol .listAnimate > span {
  color: #7a7;
}

.CountCol .listAnimate span.text, .skill-box > .CountCol .listAnimate span ~ b {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  margin-top: -8px;
  z-index: 1;
}

.CountCol .listAnimate span.text ~ b, .CountCol .listAnimate span ~ b ~ b {
  font-weight: normal;
  margin-top: 8px;
}

.CountCol .listAnimate span.bar-circle-right, .CountCol .listAnimate span.bar-circle-left {
  border-radius: 50%;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #6862a5;
  clip: rect(0, 75px, 150px, 0);
}

.CountCol .listAnimate span.bar-circle-left {
  background: #ddd;
}

.CountCol .listAnimate span.bar-circle-cover {
  display: block;
  width: 95%;
  height: 95%;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.CountCol .listAnimate b {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 38px;
}