Services section order.

How can I order Services section?
I want to order the icons starting on the top.
It was standard order in previous version of Illdy.

Now the text is ordered on the bottom.
Please see: http://phkinga.pl/#services

You should try this CSS code snippet, it should do the trick alright:

#services .widget_illdy_service{
    vertical-align: top;
}

Kind regards