.counter-current-theme-style1 {
  margin-top: 110px;
}
@media (max-width: 575.98px) {
  .counter-current-theme-style1 {
    margin-top: 70px;
  }
}
.counter-current-theme-style1 .counter-inner {
  padding: 35px 30px 15px 30px;
  background-color: #fff;
  border-top: 3px solid var(--theme-color2);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
}
.counter-current-theme-style1 .counter-inner .counter-thumb {
  display: flex;
  margin: 0 auto;
  text-align: center;
  justify-content: space-around;
  margin-top: -110px;
  background: #ffffff;
  padding: 30px 30px 10px 30px;
  width: 200px;
  border-top: 3px solid var(--theme-color2);
}
.counter-current-theme-style1 .counter-inner .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
}
.counter-current-theme-style1 .counter-inner .content .counter {
  margin-right: 25px;
  font-size: 64px;
}
.counter-current-theme-style1 .counter-inner .content .title-wrapper .title {
  line-height: 30px;
  margin-top: -10px;
}