/* COMMUNITY PAGE */
.hero--community {
  min-height: 360px;
  background-image:
    linear-gradient(rgba(13,32,64,0.80), rgba(13,32,64,0.80)),
    url('../../images/hero-banner.png'),
    linear-gradient(135deg, #0D2040 0%, #1A4FA0 100%);
  background-size: cover;
  background-position: top center;
}
.hero--community h1 { color: var(--white); }
