Hello Tal,
1. There’s a plugin called WP Native Dashboard with whcich you can set a different language than the one on your website.
This way your admin could be set as Englsih and your website as Hebrew (which would fix the direction issue).
Below is a link to our guide on the plugin:
How To Change Your WordPress Dashboard Language
Link to the plugin:
https://wordpress.org/plugins/wp-native-dashboard/
2. That’s because the title is very big, you can set the title to be smaller just for mobile by adding the following code in the Customizer > Live CSS:
@media (max-width:768px) {
#page-header .title-primary{font-size:30px !important;}}