section.banner{background:linear-gradient(90deg,#ff4785,#009cff);border-bottom-right-radius:var(--borderBottomRadius)}section.banner>header{display:flex;flex-direction:column;gap:20px;max-width:860px;padding:40px}section.banner>header .heading{color:#fff;font-size:32px}section.banner>header .textblock{font-size:18px}section.banner>header .textblock *{color:#fff}section.banner>header .ctas{display:flex;flex-wrap:wrap;gap:20px}@media (min-width:768px){section.banner>header{align-self:center;gap:30px;padding:60px}section.banner>header .heading{font-size:40px}section.banner>header .textblock{font-size:20px}section.banner.hasMedia{display:grid;grid-template-areas:"header figure"}section.banner.hasMedia>header{grid-area:header}section.banner.hasMedia>figure{grid-area:figure}section.banner.hasMedia.mediaRight{grid-template-areas:"figure header"}section.banner.hasImageOverflow>figure{margin-top:-50px}}
