I have two divs that are not nested, one below the other. They are both within one parent div, and this parent div repeats itself. So essentially:
Using flexbox
#parent_div_1{ display:flex; flex-wrap: wrap; }