/*  ms-service-center.css  */

.service-center-title {
    font-family: 'HPSimplifiedLight';
    margin: 40px 0 10px 0;
    color: #333;
    font-weight: 400;
	font-size: 30px;    
    padding: 0px 15px;
	line-height: 1.2;
}

.service-center-description {
    font-family: 'HPSimplifiedRegular';
    margin: 0px 0 20px 0;
    color: #333;
    font-weight: 400;
	font-size: 16px;    
    padding: 0px 15px;
	line-height: 1.2;
}

.responsivegrid.aem-GridColumn.aem-GridColumn--default--12 {
	margin-bottom: 30px;
}

@media only screen and (max-width: 496px){
	.container {
		max-width:496px;
		padding: 0;
	}
}