.g5plus-counter {
  text-align: center;
}
.g5plus-counter .icon {
  font-size: 42px;
  float: left;
  margin-right: 24px;
}
.g5plus-counter .counter-inner {
  position: relative;
  overflow: hidden;
  text-align: left;
}
.g5plus-counter .counter-inner span {
  font-weight: 600;
  font-size: 58px;
  line-height: 1;
  margin-bottom: -3px;
}
.g5plus-counter p {
  font-size: 18px;
  font-weight: 500;
}
.g5plus-counter.color-light span,
.g5plus-counter.color-light p {
  color: #fff;
}
