Hello,
I just had a look, on your Url link, and as Nicolas told you can add some Css but I notice that your image size are quite differents.
As result, your div follow the image size and you have 3 different height size, have same size image will be in my mind the better way
From this, you can use photoshop, in order to have same image size, maybe
250 x 220 px ?...
Anyway, you can add this kind of Css order :
.hikashop_category_information_menu_586 img.hikashop_product_listing_image {
height: 185px !important;
}
Note : you can see in
this tutorial
how to proceed.
Regards