.heading3{background:transparent}.heading3__wrap{margin:0 auto}.heading3__grid{align-items:start;display:grid;gap:clamp(16px,3vw,40px);grid-template-areas:"title  image" "lead   image" "stats  image";grid-template-columns:1fr 1fr}.heading3__title{grid-area:title}.heading3__image-wrap{grid-area:image}.heading3__lead{grid-area:lead}.heading3__stats{grid-area:stats}.heading3__title{color:var(--Off-Black,#131412);font-family:var(--font-family-heading,Montserrat,sans-serif);font-size:3.5rem;font-weight:700;line-height:1.2;margin:0}.heading3__lead{color:var(--Off-Black,#131412);font-family:var(--font-family-base,Montserrat,sans-serif);font-size:1.25rem;font-weight:300;line-height:1.6;padding-top:1.75rem}.heading3__image{border-radius:12px;display:block;height:auto;width:100%}.heading3__stats{display:grid;gap:12px;margin-left:.5rem;margin-top:.5rem;padding-top:1.75rem}.heading3__stat{align-items:end;column-gap:12px;display:grid;grid-template-columns:var(--stat-icon-w,33px) 1fr}.heading3__icon-wrap{align-items:flex-end;display:flex;height:var(--stat-icon-h,33px)}.heading3__icon{display:inline-block;height:auto;max-height:33px;max-width:33px;width:auto}.heading3__stat-text{color:var(--Blue-Twilight,#437382);font-family:var(--font-family-base,Montserrat,sans-serif);font-size:1.25rem;font-weight:500;line-height:1.25;padding-left:1rem;padding-top:.75rem}@media (max-width:767px){.heading3__grid{grid-template-areas:"title" "image" "lead" "stats";grid-template-columns:1fr}.heading3__stats{margin-left:0}.heading3__title{font-size:2.5rem}}