.block-counter {
  text-align: center;
  padding: var(--wp--preset--spacing--small);
  border: 1px solid var(--wp--preset--color--tertiary);
  border-radius: 1rem;
  height: 100%;
}
.block-counter .number-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100%;
}
.block-counter span {
  font-size: 6.2rem;
  font-weight: 200;
  font-family: "archivo", sans-serif;
  color: var(--wp--preset--color--secondary);
  line-height: 1;
}
@media (max-width: 1024px) {
  .block-counter span {
    font-size: 5rem;
  }
}
.block-counter p {
  color: var(--wp--preset--color--foreground);
  text-wrap: balance;
  font-weight: 500;
  padding-top: 10px;
  line-height: 1.1;
  font-size: var(--wp--preset--font-size--normal);
  text-transform: uppercase;
  margin-bottom: 0;
}