.counter-block-one-border:last-child .counter-block-one .inner-box::after {
  display: none;
}

.counter-block-one .inner-box {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.counter-block-one .inner-box::after {
  background-color: rgba(34, 34, 34, 0.2);
  content: "";
  height: 50px;
  position: absolute;
  right: -30px;
  top: 30%;
  width: 1px;
}
body.tm-dark-layout .counter-block-one .inner-box::after {
  background-color: #282828;
}
.counter-block-one .inner-box .count-box .counter {
  color: rgba(var(--theme-color1-rgb), 0.2);
  display: block;
  font-size: 128px;
  font-weight: 400;
  line-height: 96px;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .counter-block-one .inner-box .count-box .counter {
    font-size: 110px;
  }
}
.counter-block-one .inner-box .title-wrapper {
  color: #222222;
  font-family: Barlow;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  margin-bottom: 0;
  position: absolute;
  text-align: center;
  top: 35%;
}
@media (max-width: 575.98px) {
  .counter-block-one .inner-box .title-wrapper {
    font-size: 18px;
  }
}