@media(min-width:1024px){html .draw-stage{display:grid;grid-template-columns:380px 1fr;grid-template-rows:auto auto 1fr;-moz-column-gap:2rem;column-gap:2rem;row-gap:1rem;align-items:start}html .draw-stage>*:nth-child(1){grid-column:1;grid-row:1}html .draw-stage>*:nth-child(2){grid-column:1;grid-row:2}html .draw-stage>*:nth-child(3){grid-column:1;grid-row:3;align-self:start}html .draw-stage>*:nth-child(4){grid-column:2;grid-row:1 / -1;align-self:center;min-width:0}}
