I guess what I wrote isn't getting across right, so I took another photo in hopes it clears some stuff up. https://imageshack.com/i/nsa47wp as you can see the content needs to live in those red lines, but the background on the left needs to stay white and the right needs to be a background img.
So, I guess its to hard to explain, I guess its best for me to just show you a img.
What I am trying to do is have a div with a 100% width and one side have white and the other side be a background img. Take a look at the image https://imageshack.com/i/3ogkqqp and please let me know if its possible.
Keep in mind the container is `width:1180px & margin:0px auto'
  <div class="event_box">
      <div class="img_con">
         <img src="<?php  echo get_field('img'); ?>" width="50" alt="">
      </div>
      <div class="content_con">
         <?php  echo get_field('text'); ?>
       </div> 
  </div>
.box_container
----------------------------------------------
   White Bg  |   
   .img_box  |  .content_con   BG IMG
             |
----------------------------------------------
