.banner-content{display:grid;grid-template-columns:100%;gap:20px;padding:20px}.banner-text{order:2}.banner-image{order:1}@media only screen and (min-width:1000px){.banner-content{grid-template-columns:50% 50%}.banner-text{order:1}.banner-image{order:2}}.banner-content .banner-image img{max-width:100%}