I need you help!

I need you help!

hello, i want to count of three div and wrap to <li>

main:
<div>title-1</div>
<div>image-1</div>
<div>content-1</div>
<div>title-2</div>
<div>image-2</div>
<div>content-2</div>

change to:
<li>
<div>title-1</div>
<div>image-1</div>
<div>content-1</div>
</li>
<li>
<div>title-2</div>
<div>image-2</div>
<div>content-2</div>
</li>