.counter {
  text-align: center;
}

.counter-box {
  margin-top: 0px;
}

.counter-count {
  font-size: 35px;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
  margin-bottom: -6px;
}

.counter-box-p {
  font-size: 24px;
  color: #000000;
  line-height: 34px;
}

