How can I create space between SVG icons on my website?

Good evening,

I wanted to make space between the SVG’s (card icon and Klarna icon). But I am not sure how to make it.

Please help.

My Website: https://peachboom.de/

Sincerely Eddy

@Shockpain21

sorry for that issue can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
p.mb-0 svg {
    vertical-align: middle;
    margin-bottom: 15px;
}
p.mb-0 svg:nth-child(1) {
    margin-bottom: 10px;
}