.counter-block-two .inner-box {
  position: relative;
  margin-bottom: 40px;
}
.counter-block-two .inner-box::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  content: "";
  background: var(--theme-color-gray);
}
.counter-block-two .inner-box .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  color: #666;
}
.counter-block-two .inner-box .count-box {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: var(--theme-color1);
}
.counter-block-two .inner-box .count-box .counter {
  font-size: 125px;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
}

.counter-two-border:last-child .counter-block-two .inner-box::after {
  display: none;
}