.product{transition:transform .2s}.product:hover{transform:scale(1.05)}.grid-container{grid-template-areas:"box-1 box-2 box-3" "box-4 box-4 box-3"}@media only screen and (max-width:1023px){.grid-container{grid-template-areas:"box-1 box-3" "box-1 box-4" "box-2 box-2"}}