change the headers for blog to h2 and remove the anchors
<?php } else { ?>
<div class="small-12 columns home-feed-post-content">
<?php } ?>
- <h3 class="title-posts" href="<?php the_permalink(); ?>"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
+ <h2 class="title-posts" href="<?php the_permalink(); ?>">
+ <!-- <a href="<?php the_permalink(); ?>"> -->
+ <?php the_title(); ?>
+ <!-- </a> -->
+ </h2>
<!-- <p id="date" class="italic"><?php // echo get_the_date('D, F j, Y g:iA', $post->ID); ?></p>-->