body, html {
	width: 100%;
	text-align: center;
	color: rgb(51,51,51);
}

body>div, body>section {
	width: 100%;
}

section, div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

b, strong{
	font-size: 15px;
}

.service {
	display:inline-block;
	width: 70%;
	text-align: left;
}

h1{
	box-sizing:border-box;
	display: block;
	text-align: center;
	font-size: 36px;
	font-weight: 500;
	line-height: 39.6px;
	margin: 30px 0;
}

p{
	box-sizing:border-box;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px 0;
}

h2{
	box-sizing:border-box;
	font-size: 30px;
	font-weight: 300;
	line-height: 33px;
	display: block;
	margin: 20px 0 10px 0;
}

h2{
	box-sizing:border-box;
	font-size: 24px;
	font-weight: 300;
	line-height: 26.4px;
	display: block;
	margin: 20px 0 10px 0;
}