.community-hero-charlie__heading {
  line-height: calc(var(--space-l)* 1.4);
}
.community-hero-charlie__heading span {
  font-size: var(--text-l);
}
.dark-gradient {
  background: linear-gradient(330deg, var(--bg-ultra-dark), var(--bg-dark));
}
.community-hero-charlie__heading .h1-bottom {
  white-space: normal;
  word-break: break-word;
  display: flex;
  align-items: top;
  font-size: var(--text-xl);
}
.single-property__subheading {
  font-size: var(--text-xs);
}
.community-hero-charlie__information > p {
  line-height: 20px !important;
}
