.card {
	border: 0;
	border-radius: 0;
	color: #fff;
	box-shadow: 5px 5px 10px #e1e1e1;
	padding: 3em 0;
	background: linear-gradient(to left, #0074CC 50%, #343A40 50%);
	/* transition: background-position 0.5s ease-out; */
	background-size: 200%;
	background-position: left;
}
.card:hover {
	background-position: right;
}