.auto-grid{display:grid;grid-auto-flow:row dense;grid-template-columns:.6fr 3fr}.auto-grid h3{font-weight:600}.auto-grid .rect{top:11rem;height:28rem}.auto-grid .side_img{width:77%;height:80%}@media(min-width:1024px){.auto-grid .side_img{width:100%;height:auto}}@media(max-width:1024px){.auto-grid{grid-template-columns:1fr}.auto-grid .side_img{width:100%;height:auto}.auto-grid .rect{height:14rem;top:5.5rem}}