.flex-block-wrapper{display:flex;flex-flow:row wrap;justify-content:space-between}@media all and (min-width:1400px){.flex-block-wrapper.flex-columns{flex-flow:row nowrap}}@media all and (max-width:800px){.flex-block-wrapper{justify-content:space-around}}@media all and (max-width:500px){.flex-block-wrapper{flex-direction:column}}.flex-100{flex-grow:2;flex-basis:100%}.flex-column-50{flex-shrink:0;flex-grow:1;flex-basis:calc(50% - 50px)}.flex-block-wrapper{gap:20px}.flex-column-33{flex-shrink:0;flex-grow:1;flex-basis:33%}