'page',
'posts_per_page' => 1,
'post_status' => 'publish',
'page_id' => $intro_pages);
$intro_pages_query = new WP_Query($intro_pages_arg);
if ($intro_pages_query->have_posts()): ?>
have_posts()):
$intro_pages_query->the_post();
$image_src = wp_get_attachment_image_src(get_post_thumbnail_id(), 'full');
if (!empty($image_src)) {
$url = $image_src[0];
$image_style = esc_url($url) ?>