#equipment-service h1 {
	text-align: center;
	margin-bottom: 10px;
}

#equipment-service h2 {
	text-align: center;
	font-size: 40px;
	font-weight: normal;
}

#equipment-service ol li {
	font-size: 22px;
	font-weight: bold;
}

#equipment-service ol li h3 {
	font-size: 24px;
	margin: 0px;
	font-weight: bold;
}

#equipment-service ol p {
	font-size: 16px;
	font-weight: normal;
}

#equipment-service .pre-list {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}

#equipment-service ol li ul {
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 10px;
}

#equipment-service ol li ul li {
	font-size: 16px;
	font-weight: normal;
}

#equipment-service .conclusion h3 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
}


@media only screen and (max-width: 991px) {
	#equipment-service h2 {
		font-size: 28px;
	}
}