Just tried this and worked for me:
1. Download and install WP Custom CSS plugin (https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413)
2. Under Settings > Custom CSS, enter:
.col-md-8.col-sm-4.col-xs-12 {
padding:50px 250px 0 0;
}
You may need to play with the exact dimensions to get it right where you want it. You can do the same for your logo by entering something like:
.site-logo {
padding:0 0 0 100px;
}