<style>
 a:hover { text-decoration: none; }
.doc-card-div { width: 320px;height:140px; padding: 24px;border-radius: 8px;box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); transition: all 0.3s cubic-bezier(.25,.8,.25,1); font-family:Arial, sans-serif"}
.doc-card-div:hover { transform:scale(1.01); box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); }
</style>

<a href="https://vayandata.com">
<div class="doc-card-div">
	<img src="https://ionicframework.com/docs/assets/icons/component-alert-icon.png" style="width: 48px;height:48px;"/>
	<p style="font-size: 1.4em; font-weight: 500; margin:8px 0; line-height: 1.4;color:#020814;">
		Get started
	</p>
	<p style="font-size: 0.9em; margin: 0; font-weight: 300; line-height: 1.2;color:#73849a">
		Set-up your license and start gaining productivity
	</p>
</div>
</a>