Adjust service provider image
This MR adds two changes:
- Enables the
<img />to scale down based on its own size to avoid default resizing which could make the image blurry. - Adds a
padding: 1remto the<img />container for big images in order to maintain the padding thatcard-bodyintroduces below.