Add div after every 4 posts then every 2 posts for a responsive loop

You need to set the divs to be 50% via css when by using @media under 1100px. Then they will load at 2 per row. You could also add a class to the code in the separator that it only shows over 1100px and add a 2nd if statement for every 2 that would be hidden on everything over 1100px. seeing as we cant see the actual loop code i can’t suggest which divs to apply the css to