Hello @VitaliKon,
To increase the space between text and icon. I would suggest you add a custom class in the Headline element. For example graphic-space
To add custom class please have a look at the given screenshot below.
Now add this custom CSS code under X–>Theme Option–>CSS
@media(max-width:567px){
.graphic-space.x-text-headline.has-graphic span.x-graphic {
margin: 0em 1.5em 0em 0em !important;
}
}
Please feel free to change the margin value 1.5em to as per your design. Please feel free to change the class name as well but make sure you change the class name in the given code as well.
The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.
Hope it helps you.
Thanks