.card-hero{background-image:var(--background-image);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:1.4rem;height:25rem}@media screen and (min-width:768px){.card-hero{height:36rem}}.card-hero__content{display:flex;flex-direction:column;height:100%;justify-content:start;padding:2.4rem}.card-hero__content.content-end{justify-content:end}.card-hero__heading{align-items:center;display:flex;flex-direction:column}.card-hero__heading h2{font-size:2.4rem;font-weight:700;line-height:2.4rem;margin-top:0;text-align:center}@media screen and (min-width:768px){.card-hero__heading h2{font-size:3.2rem;line-height:3.2rem}}.card-hero__heading h2,.card-hero__heading p{color:var(--white);margin-bottom:0}.card-hero__heading p{margin-top:1.6rem}.card-hero__cta{align-items:center;display:flex;justify-content:center;margin-top:2rem;z-index:0}