When hovering over the empty area, the mouse pointer changes to the finger pointer to indicate that it becomes clickable. However, it is not supposed to allow the empty area to become clickable if the text is only within its width.
Added display: inline-block; after the h6 title to limit the clickable area to the text width size so users will not be accidentally led to a different page when accidentally clicking the empty area.
When hovering over the empty area, the mouse pointer changes to the finger pointer to indicate that it becomes clickable. However, it is not supposed to allow the empty area to become clickable if the text is only within its width.