li {
	list-style-type: none;
}

.custom-card {
	flex: 0 50%;
	background: #29292d;
	border-radius: 15px;
	margin: 8px;
	margin-bottom: 20px;
	height: 475px;
	transition: 0.7s;
}

.custom-card:hover {
	background: #309df0;
	color: #fff;
	transform: scale(1.1);
	z-index: 9;
}

.card-image {
	height: 300px;
	width: auto;
	background-color: #fff;
}

.card-title {
	font-size: 1.3rem;
	margin-top: 13px;
	margin-bottom: 13px;
}

.card-description {
	font-size: 15px;
	margin-bottom: 15px;
}

.card-button {
	border: 0;
	border-radius: 15px;
	background: linear-gradient(140deg, #42c3ca 0%, #42c3ca 50%, #42c3cac7 75%) !important;
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
	padding: 5px 16px;
}

.card-link {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	background: grey;
	opacity: 0;
}
