/* Shared main-page banner, based on Donations. */
.ccrc-projects-hero.ccrc-main-page-hero { position:relative; isolation:isolate; overflow:hidden; background:#234b45; padding:52px 0 58px; border:0; }
.ccrc-projects-hero.ccrc-main-page-hero::after { content:''; position:absolute; z-index:-1; width:540px; height:540px; right:4%; top:-310px; border:44px solid rgba(238,233,221,.10); border-radius:46% 54% 62% 38%; transform:rotate(-24deg); box-shadow:0 0 0 34px rgba(238,233,221,.045); pointer-events:none; }
.ccrc-projects-hero.ccrc-main-page-hero h1 { position:relative; white-space:normal; text-transform:none; color:#eee9dd; font-family:'Poppins',sans-serif; font-weight:500; font-size:clamp(44px,5.5vw,68px); line-height:1.1; letter-spacing:-.035em; }

.ccrc-main-page-hero h1 { margin:0; }
@media(max-width:767px) {
 .ccrc-projects-hero.ccrc-main-page-hero { padding:36px 0 40px; }
 .ccrc-projects-hero.ccrc-main-page-hero::after { right:-320px; opacity:.6; }
}
