.customer-service {
    background-color: #f1f1f1;
    padding: 63px 0;
}
.world-wide, .money-back, .custom-service {
    text-align: center;
    background: #fff;
    padding: 22px 0;
    box-shadow: 5px 0 16px rgba(25,25,25,0.12);
    border: 1px solid #e4e4e4;
 font-family: 'Roboto', sans-serif;
font-weight: 300;
}

.world-wide i, .money-back i, .custom-service i {
    font-size: 26px;
    color: #888888;
}
.service-info h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.service-info span {
    font-size: 14px;
}
/***/
.custom-service.pdf-download{
	padding: 45px 50px;
}
.pdf-download a{
    display: block;
    font-size: 18px;
    font-weight: 400;
	margin: 15px 0px;
	color:#000;
}
.pdf-download a i{
	font-size: 22px;
	font-weight: 400;
	margin: 0px 6px;
	color: #CC4A4B;
}
.pdf-download a:hover,
.pdf-download a:focus{
	color: #CC4A4B;
	text-decoration:none;
}

body.widget-snippet .custom-service.pdf-download a{
    padding:15px 0px;
}
