Vertical alignment of inline-block elements

Hi,

I’m trying to position few elements of a different height in a line and get them aligned by a top border, like this: Edit fiddle - JSFiddle - Code Playground

Screen Shot 2022-04-16 at 12.14.06

But instead I’m having them aligned by the bottom border:

Screen Shot 2022-04-16 at 12.14.28

What do i do wrong? How to fix it?

I found out that adding css property “vertical-align: top;” does the thing, but how do I define it in the Webflow UI?