
.key-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.key-figure > .key{
  color: var(--Tertiary, #C9E83E);
  font-family: var(--font-bstone);
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.key-figure > p{
  color:#FFF;
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

.key-figure .key__number {
  display: inline-block;
  transition: none;
}
