.card {
	/*min-height: 350px;*/
}

.card-body {
	opacity: 0.85;
}

.card-body:hover {
	opacity: 0.90;
}

h5 {
	min-height: 120px;
	color: #00437E;
	font-size: 22px;
	font-weight: 700;
}

p {
	color: #00437E;
	font-size: 16px;
	font-weight: 400;
}

.card-body a {
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	text-align: right;
	color: #00437E;
}

.card-body a.disable {
	opacity: 0.6;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    color: white;
    background: #4babe6;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    margin: 0px;
}