.counter-block-style4 .counter-one .counter-icon {
  font-size: 30px;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  background-color: rgba(255, 255, 255, 0.6);
  color: var(--theme-color-white);
}
body.tm-dark-layout .counter-block-style4 .counter-one .counter-icon {
  color: var(--text-color-bg-theme-color1);
}
.counter-block-style4 .counter-one .counter {
  font-size: 80px;
  line-height: 90px;
  color: var(--theme-color-white);
  display: flex;
  align-items: start;
  font-weight: 700;
  margin-left: 10px;
}
body.tm-dark-layout .counter-block-style4 .counter-one .counter {
  color: var(--text-color-bg-theme-color1);
}
.counter-block-style4 .counter-one .counter span {
  color: inherit;
}
.counter-block-style4 .counter-one .counter .counter-postfix {
  position: relative;
  top: -0.5em;
  font-size: 30px;
  line-height: 90px;
  margin-left: 10px;
}
.counter-block-style4 .counter-one .title {
  margin-top: 10px;
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: var(--theme-color-white);
}
body.tm-dark-layout .counter-block-style4 .counter-one .title {
  color: var(--text-color-bg-theme-color1);
}