section{height:100%;display:flex;flex-direction:column;justify-content:space-around;>img{width:100%;max-width:32rem;margin:0 auto}>form{gap:1.5rem;>button{margin-top:1rem;padding:1rem 0}}}@media (min-width:992px){main{justify-content:center;gap:6rem;max-width:85rem;margin:0 auto}section{display:grid;grid-template-columns:auto 1fr;height:max-content;>img{margin:0;grid-row:1/3;grid-column:1/2}>h3,>img{place-self:end}>form{grid-row:2/2;grid-column:2/2;justify-content:end}}}