class="banner-wrapper container" class="banner-wrapper" >
Our experts team
'team','posts_per_page'=>3);
$queryObject = new WP_Query($query);
if ($queryObject->have_posts()):
while ($queryObject->have_posts()):
$queryObject->the_post();
$post=get_post(get_the_id());
?>
Please create the custom post type with slug "team" and import the demo data.