<?php if( empty($imgsize)){ $imgsize = 'pbmit-img-550x320'; } ?>
<div class="post-item">
<div class="pbminfotech-box-content">
<div class="pbminfotech-content-inner">
<div class="pbmit-featured-container">
<?php pbmit_get_featured_data( array( 'featured_img_only' => true, 'size' => esc_attr($imgsize) ) ); ?>
<a class="pbmit-link" href="<?php the_permalink(); ?>"></a>
</div>
<div class="pbmit-content-wrapper">
<div class="pbmit-meta-category-wrapper pbmit-meta-line">
<div class="pbmit-meta-category"><?php echo get_the_category_list( ',' ); ?></div>
</div>
<h3 class="pbmit-post-title"><a href="<?php the_permalink(); ?>"><?php echo get_the_title(); ?></a></h3>
</div>
</div>
</div>
</div>