.counter-block-two {
  position: relative;
}
@media (max-width: 991.98px) {
  .counter-block-two {
    margin-bottom: 40px;
  }
}
.counter-block-two .inner {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.counter-block-two .inner::after {
  background-color: #dad9d9;
  content: "";
  height: 90px;
  position: absolute;
  right: -40px;
  top: 30%;
  width: 1px;
  left: calc(100% + 20px);
  top: 10%;
}
@media (max-width: 1199.98px) {
  .counter-block-two .inner::after {
    display: none;
  }
}
.counter-block-two .inner:hover .counter-icon {
  background-color: var(--theme-color1);
  color: #fff;
}
.counter-block-two .inner:hover .counter-icon i {
  transform: scaleX(-1) rotate(180deg);
}
.counter-block-two .inner:hover .counter-title {
  opacity: 1;
}
.counter-block-two .counter-icon {
  background-color: var(--theme-color-white);
  color: var(--theme-color1);
  border-radius: 50%;
  position: relative;
  height: 100px;
  width: 100px;
  font-size: 50px;
  line-height: 96px;
}
.counter-block-two .counter-icon i {
  position: relative;
  transition: all 300ms ease;
}
.counter-block-two .count-box {
  position: relative;
  display: block;
}
.counter-block-two .count-box .counter {
  color: var(--headings-color);
  font-size: 110px;
  font-weight: 400;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 10px;
}
.counter-block-two .title-wrapper {
  display: block;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--heading-font-family);
}

.counter-two-border:last-child .counter-block-two .inner::after {
  display: none;
}

.counter-block-two-border:last-child .counter-block-two .inner::after {
  display: none;
}