.marketContainer{display:grid;grid-template-areas:"a image b" "c image d"}@media (max-width:1023px){.marketContainer{grid-template-areas:"a b" "c d"}}@media (max-width:760px){.marketContainer{grid-template-areas:"a" "b" "c" "d";grid-template-columns:1fr}}