.search article figure.featured-image {
width: 50%;
margin: 0 auto 30px auto;
}
<section class="summary">
<?php the_excerpt(); ?>
<a href="<?php echo get_permalink(get_the_ID()); ?>" class="btn"><?php _e('Read more', GKTPLNAME); ?></a>
</section>
<?php if (!is_search()) : ?>
<section class="summary">
<?php the_excerpt(); ?>
<a href="<?php echo get_permalink(get_the_ID()); ?>" class="btn"><?php _e('Read more', GKTPLNAME); ?></a>
</section>
<?endif; ?>
<section class="summary">
<?php if (!is_search()) : ?>
<?php the_excerpt(); ?>
<?endif; ?>
<a href="<?php echo get_permalink(get_the_ID()); ?>" class="btn"><?php _e('Read more', GKTPLNAME); ?></a>
</section>