/* Enter Your Custom CSS Here */

.service-title a  { 
	 text-shadow: -1px 1px 0 #000,
                          1px 1px 0 #000,
                         1px -1px 0 #000,
                        -1px -1px 0 #000; 
}
p:last-child { margin: 0; padding: 0; 
	 text-shadow: -1px 1px 0 #3b3f44,
                          1px 1px 0 #3b3f44,
                         1px -1px 0 #3b3f44,
                        -1px -1px 0 #3b3f44; 
}
element.style {
		 text-shadow: -1px 1px 0 #3b3f44,
                          1px 1px 0 #3b3f44,
                         1px -1px 0 #3b3f44,
                        -1px -1px 0 #3b3f44; 
}