.hero{background-color:#fff;border-radius:10px;box-shadow:var(--card-shadow);border:solid 1px #ddd;box-sizing:border-box;overflow:hidden;display:grid;grid-template-columns:1fr auto;gap:20px}.hero>div:first-of-type{padding:25px 30px}.hero>div:last-of-type{flex-grow:1;overflow:hidden;display:flex;justify-content:flex-end;align-items:flex-end}.hero>div:last-of-type img{width:100%;max-width:min(40vw,450px);max-height:90%}.hero ul{margin:0;margin-top:8px;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px}.hero ul li{display:flex;gap:8px;align-items:center}.hero ul li svg{width:20px;height:20px;color:#a1a9ba;flex-shrink:0;flex-grow:0}.hero p.intro{font-size:1.6rem;line-height:1.9rem;margin:0 0 28px;max-width:500px}@media(max-width:900px){.hero{grid-template-columns:1fr;gap:0}.hero>div:first-of-type{padding-bottom:0}}@media(max-width:600px){.hero{box-shadow:none;border:none;margin-bottom:40px}.hero>div:first-of-type{padding:0 10px}.hero>div:last-of-type img{max-width:min(100vw,450px)}.hero ul li{align-items:flex-start}}