.imageAndContentWrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center}.imageAndContentItem{flex-basis:47%}.show-this-on-mobile{display:none}@media screen and (max-width:800px){.imageAndContentItem{flex-basis:100%}.hide-this-on-mobile{display:none}.show-this-on-mobile{display:block}}.imgSwitcher{display:block;margin:0px auto;max-width:100%}