Hi All,
I would like to change the height of this cards.
I have this:

I have this class in the page Inline CSS:
.summary-cards h3 i {
opacity: 0.6;
}
.summary-cards h3 {
font-size: 2em;
font-weight: 600;
}
.summary-cards h3,
.summary-cards h4 {
line-height: normal;
}
How can I change it with css?
Thanks for the help!
Javier