<div class="item wow bounceInUp" data-wow-offset="10">
<span><i class="fa fa-briefcase"></i></span>
<div class="wrap-content">
<h2><?php the_title() ?></h2>
<?php the_content() ?>
</div>
</div>
while ( $query->have_posts() ) {
$query->the_post(); ?>