.community-hero{background:var(--navy);color:#fff;padding:6rem 0;position:relative;overflow:hidden}.community-hero:after{content:"✦";position:absolute;right:8%;top:8%;font:18rem/1 var(--serif);color:rgba(244,201,106,.12)}.community-hero h1{position:relative;max-width:800px}.community-hero h1 em{font-style:normal;color:var(--gold)}.community-hero .lede{position:relative}.community-cards .button{margin-top:1rem}.community-art{background:var(--blue);padding:5rem 0}.community-art-grid{display:grid;grid-template-columns:210px 1fr;gap:4rem;align-items:center;max-width:820px}.community-art img{width:132px;justify-self:center}.community-art p:not(.eyebrow){max-width:530px}@media(max-width:720px){.community-hero{padding:4.5rem 0}.community-art{padding:4rem 0}.community-art-grid{grid-template-columns:1fr;gap:1.4rem}.community-art img{order:2}}

/* Center the two application cards below “There’s a place for you.” */
.community-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width:720px) {
  .community-cards { grid-template-columns: 1fr; }
}
