.counter-block-style3 .funfact-three__item-dark {
  height: 100%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  min-height: 430px;
  background-color: var(--theme-color2);
}
.counter-block-style3 .funfact-three__item-dark .counter {
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  color: var(--theme-color-white);
}
body.tm-dark-layout .counter-block-style3 .funfact-three__item-dark .counter {
  color: var(--text-color-bg-theme-color1);
}
.counter-block-style3 .funfact-three__item-dark .counter span {
  color: inherit;
}
.counter-block-style3 .funfact-three__item-dark .title {
  font-weight: 600;
  max-width: 260px;
  color: var(--theme-color-white);
}
body.tm-dark-layout .counter-block-style3 .funfact-three__item-dark .title {
  color: var(--text-color-bg-theme-color1);
}

@media (max-width: 767.98px) {
  .counter-block-style3 .funfact-three__item-dark .counter {
    font-size: 90px;
  }
}