make 'icon with text' bigger (TEXT ONLY)

hello, i would like to make my text bigger for my ‘icon with text’ on my product page - the icon itself its fine, i just would like the text slightly bigger so they are the same size:

as you can see, the text is slightly smaller than the icons (only slightly smaller, so no need to make it too much bigger)

my website is www.antico-abito.com , theme is dawn , password is chasha

Hi @ads18922

let try to add Custom CSS below:

.icon-with-text__item span.h4.inline-richtext {
    font-size: 14px;
}