.counter-block-eight {
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  flex-direction: column;
  width: 312px;
  height: 312px;
  background-color: var(--theme-color-light);
}
.counter-block-eight .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--theme-color1);
  margin-bottom: 15px;
}
.counter-block-eight .counter {
  color: var(--theme-color2);
  margin: 0;
}
.counter-block-eight .title {
  color: #7e8596;
}