Yes, add a code element and enter this litte code:
<?php
echo '<h4 class="title">' . esc_html__( 'Results for: "', 'bricks' ) . get_search_query() .'"</h4>';
?>
or even easier, a heading element with this:

Results: {echo:get_search_query()}
Cheers
Patric