.block--subheading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.7em;
}

.block--subheading .subheading {
  font-family: var(--font-display);
  text-transform: uppercase;
}

.block--subheading .heading {
  line-height: 1;
  width: fit-content;
}