How to add a padding between product title – image on mobile

To add a padding between product title – image on mobile, like this.

You can use this code to Custom CSS.

@media screen and (max-width:767px) {  
.product-meta {
    margin-top: 100px !important;
}}