.rjs-service-holder{
	background-color: white;
}
.rjs-services-info{
	padding: 0.5em 1.5em;
}
.rjs-service-icon{
	display: block;
	height: 50px;
    margin: 0 auto;
    width: 50px;
}
.rjs-service-title{
    font-family: "Open Sans",sans-serif;
    font-size: 1.75em;
    font-weight: 800;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
    text-shadow: 1px 1px 0 white, 2.5px 2px 0 #cccccc;
    text-transform: uppercase;
    word-wrap: break-word;
}
.rjs-service-descrip{
	color: grey;
	font-weight: normal;
	text-align: center;
}
.rjs-service-more-info{}

/* 768 & Up */
@media (min-width: 768px) {
	.type-services{

	}
	.rjs-services-info{
	}
}

/* 1030 & Up */
@media (min-width: 1240px) {
	.rjs-services-info{
		display: inline-block;
	    margin: 0 0.5em;
	    width: 47%;
	}
}