Hello @educainventions,
Thanks for sharing the URL. 
I see that you have removed the list item that was causing the problem with layout. However, can you just copy and paste the preceding list item shortcode in Pricing Table Element to add a new item and then use HTML link that to hyperlink the text. Here is the sample shortcode that you can look:
[cs_icon_list]
[cs_icon_list_item type="check"]First Feature[/cs_icon_list_item]
[cs_icon_list_item type="check"]Second Feature[/cs_icon_list_item]
[cs_icon_list_item type="times"]Third Feature[/cs_icon_list_item]
[cs_icon_list_item type="times"]Third <a href="#your-link-here">Feature</a>[/cs_icon_list_item]
[/cs_icon_list]
Also to help you I have recorded a screencast video. Please take a look. https://cloudup.com/cJXrTNHjUtR
In above code I have used Link tag. If you would like to learn more, please take a look at following resource.
https://www.w3schools.com/html/html_links.asp
If you would like to learn HTML, please take a look at following tutorial:
https://www.w3schools.com/html/
Thanks.