.counter-block-five {
  position: relative;
  margin-bottom: 50px;
  z-index: 3;
}
.counter-block-five .inner {
  transition: all 300ms ease;
}
.counter-block-five .count-box {
  position: relative;
  padding: 34px 40px 25px;
  background: rgba(71, 71, 71, 0.2);
  border: 1px solid rgba(12, 47, 37, 0.1);
  backdrop-filter: blur(25.7px);
  border-radius: 10px;
}
.counter-block-five .count-box .counter {
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
}
.counter-block-five .count-box .title-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  margin-bottom: 21px;
  padding-left: 18px;
  padding-bottom: 15px;
}
.counter-block-five .count-box .title-wrapper:before {
  background-color: var(--theme-color1);
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  height: 6px;
  width: 6px;
  z-index: -1;
  transition: all 300ms ease;
}
.counter-block-five .count-box .title-wrapper .title {
  color: #fff;
  font-weight: 500;
  margin-top: 0;
}