.tabContentWrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-top:35px}.tabHeadersWrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:30px;border-bottom:1px solid gray}.tabHeadersItem{flex-basis:auto;color:gray;cursor:pointer}.tabContent{flex-basis:47%}.tabImage{flex-basis:47%}@media screen and (max-width:800px){.tabContent{flex-basis:100%}.tabImage{flex-basis:100%}.tabHeadersItem{flex-basis:100%}}.the_tab_image{display:block;margin:0px auto;border-radius:8px}.hideTab{display:none}.makeMeBlue{color:#517abc}.tabContent p{color:#797979}