/* Show the directions section immediately after the hero banner without changing its content. */
main{display:flex;flex-direction:column}main>section{order:2;width:100%}main>.hero{order:0}main>.location{order:1}
