.block-subheading-he {
  display: flex;
  justify-content: center;
  color: rgb(var(--color-text));
}

.block-subheading-he .subheading {
  border-radius: 24px;
  padding: 0;
}

.block-subheading-he .subheading.subheading-highlight {
  padding: 8px 16px;
  color: rgb(var(--color-button-text));
  background-color: rgb(var(--color-button-background));
}

.font-bold {
  font-weight: bold;
}