You can change the main h2 title text in the WP control panel under Woocommerce -> Customers Also Viewed.
To change the design, you will need to add some custom CSS. You can target the .customers_also_viewed_wrapper h2 (and h2.woocommerce-customers-also-viewed-title for when no products are found), for example:
.h2 woocommerce-customers-also-viewed-title, .customers_also_viewed_wrapper h2 {color:red;}
Customizing the full template is not currently possible.