In Service Catalog 17.x, any Service Offering name less than five characters will shift the offering picture up closer to the offering name.
Refer to the below screenshot - you will see the EPIC logo is shifted up instead of being aligned at the bottom of the tile
This behavior did not occur in Service Catalog 14.1 - refer to the below screenshot
Service Catalog 17.x
All Supported Operating Systems
All Supported Web Browsers
Refer to the following KB article regarding changing the font on Service Catalog - https://knowledge.broadcom.com/external/article?articleId=125341
Need to add the following CSS tags for the parent Service Offering and child Service Offering names
Parent Service Offering font size:
.servicename2{color:#369;float:left;font-family:verdana;font-size:12.5pt;height:90px;width:115px;padding-left:15px;padding-right:25px;padding-top:15px;text-align:left;word-wrap:break-word}
Child Service Offering font size :
.servicename_big_side_1{text-align:left;float:left;word-wrap:break-word;font-family:verdana;font-size:12.5pt;color:#369;padding-top:15px;height:60px;width:200px}