.counter-style-4 {
  text-align: left;
  margin-top: 30px;
}
.counter-style-4 .counter-title {
  margin-top: 8px;
  font-weight: 400;
  font-size: 24px;
}
.counter-style-4 .count-number {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  color: #059dff;
  display: inline-block;
  position: relative;
}
.counter-style-4 .count-number::after {
  content: '+';
}
.counter-style-4 .count-number span {
  display: inline-block;
}
