.start-here{display:grid;grid-template-columns:140px 1fr 40px;gap:20px;align-items:center;margin:0 4vw 24px;padding:22px 25px;background:var(--green);color:#fff;text-decoration:none}.start-here>span{font:700 10px monospace;color:var(--lime)}.start-here div{display:grid;gap:4px}.start-here b{font-size:18px}.start-here small{color:#c8d2ca;font-size:11px}.start-here strong{font-size:25px;color:var(--lime)}.start-here:hover{background:var(--ink)}@media(max-width:600px){.start-here{grid-template-columns:1fr 28px}.start-here>span{grid-column:1/-1}}
