.price {
	list-style-type: none;
	border: 1px solid #eee;
	margin: 0;
	padding: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
/* Add shadows on hover */
.price:hover {
	box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}
/* Pricing header */
.price li.header {
	background-color: #ED1C24;
	color: white;
	font-size: 25px;
		height:80px;
}
/* List items */
.price li {
	border-bottom: 1px solid #eee;
	padding: 20px;
	text-align: center;
	height:60px;
}
/* Grey list item */
.price .grey {
	background-color: #eee;
	font-size: 20px;
	font-weight: bold;
}

.eqHeights {display:flex;align-items:center;}

.e-servicessection img {padding-bottom:20px;}
.e-servicelogos .eqHeights {padding:10px 40px;}


















