.card {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	border-radius: 5px;
	overflow: hidden;
}
.card a {
	height: 100%;
}
.card-img {
	width: 100%;
	height: 0;
	padding-bottom: 66.75%;
	background: url("../../../img/placeholder.jpg") center no-repeat;
	background-size: cover;
}
.card-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.card-content {
	padding: 40px 32px 20px;
	height: 100%;
}
.card a:hover .card-content {
	background-color: #EEFBFF !important;
	
}
.card-content h3 {
	margin-bottom: 1rem !important;
}

.card-content p {
	color: #6C6F73 !important;
	margin-bottom: 13px;
}
.card-content .subtitle {
	text-transform: uppercase;
}
.card-content .read-more {
	margin-top: auto;
	color: #4B7D5C;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.3px;
}
.card a:hover .card-content  .read-more {
	color: #1A68AF;
}
