Why is my first section sinking into my second section when I resize the window

How can I prevent the “p” and “button” elements from sinking into my second section? it seems like at around the window size 640 shit starts to fall apart. Does anyone know how to prevent this? Here is the link to my codepen

You need to put .row class to this tag

<div class="img_content_container">
<div class="row img_content_container">

Thanks man. I fixed the issue.