.is-headerimage-with-facts {
  color: var(--rh--color--footer--text);
}
.is-headerimage-with-facts.wp-block-cover > .has-background-dim::before {
  background: linear-gradient(0deg, var(--rh--color--footer), transparent);
  opacity: 0.9;
}
.is-headerimage-with-facts .is-small-sub {
  border: 1px solid var(--rh--color--footer--text);
  padding: 0.5rem 2rem;
  border-radius: 4rem;
  display: inline-block;
  margin-block-end: 1rem;
}
.is-headerimage-with-facts .is-facts {
  line-height: 1.4;
}
.is-headerimage-with-facts .is-facts strong {
  font-size: var(--rh--h2--font-size);
}
.is-headerimage-with-facts .wp-block-cover__inner-container {
  justify-content: flex-end;
  max-width: var(--rh--size--wide);
}
.is-headerimage-with-facts .wp-block-cover__inner-container > .wp-block-columns {
  padding-inline: 2rem;
}
@media (min-width: 840px) {
  .is-headerimage-with-facts .wp-block-cover__inner-container > .wp-block-columns {
    padding-inline: 4rem;
  }
}
@media (min-width: 840px) {
  .is-headerimage-with-facts {
    min-height: 500px !important;
  }
}
@media (min-width: 1200px) {
  .is-headerimage-with-facts {
    min-height: 35vw !important;
  }
}