.serviceBox  {
	background-color:rgba(20,11,10, .85);
	border:2px solid #e9e9e9;
	margin-bottom: 35px;
	display: block;
	padding: 15px;
	box-shadow: 0 0 40px #000;
	text-decoration: none !important;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
}

.serviceBox:hover {
	opacity: .6;
} 

.learnMore {
	display: block;
	text-align: right;
	color: #fff;
	font-size: 16px;
}