@charset "utf-8";
/* CSS Document */

/* Services */

.services-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100% !important;
}

.services-container > div {
	padding: 30px;
	border-left: 20px solid #4d91d7;
	cursor: pointer;
	width: 300px;
	margin-bottom: 30px;
}

.services-container > div:hover {
	background:#FFFFFF;
	box-shadow:0px 0px 17px 0px rgba(50, 50, 50, 0.56);
	border-left:20px solid #FFF;
}

.services-container > div:last-child {
	margin-right:0;
}

.services-container > div > div:first-child {
	display:flex;
	margin-bottom:20px;
	align-items:center;
}

.services-container > div > div:first-child div {
	font-weight:bold;
	font-size:18px;	
}

.services-container svg {
	width:50px;
	height:50px;
	margin-right:20px;
}