Hello

Click here to add your own text. Click here to add your own text. Click here to add your own text. Click here to add your own text. Click here to add your own text. Click here to add your own text.

Hello

Click here to add your own text. Click here to add your own text. Click here to add your own text. Click here to add your own text. Click here to add your own text. Click here to add your own text.

Hello

Click here to add your own text. Click here to add your own text. Click here to add your own text. Click here to add your own text. Click here to add your own text. Click here to add your own text.

.flex_column.hoverstyle {
	border: 2px solid rgba(255,255,255,0);
	border-radius: 15px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all .5s ease-in-out;
}

.flex_column.hoverstyle:hover {
	background-color: #4559B3;
	border: 2px solid #FFF;
	box-shadow: 0px 2px 10px 5px rgba(255,255,255,0.2);
	-webkit-transform: translate(0px,-15px);
	transform: translate(0px,-15px);
}