#cService {
	background-color: var(--cl-bgsilver);
}
@media only screen and (min-width:640px) {

/**/
#c04 {
	margin-bottom: -2rem;
}
@media only screen and (max-width:640px) {
	#c04 {
		padding: 2rem 0;
	}
}

/**/
#cBOfService {
	margin-bottom: 2rem;
}

#cService .hgroup {
	display: inline-block;
	vertical-align: baseline;
}
#cService .hgroup > * {
	font-family: inherit;
}
#cService .hgroup h4 {
	margin-bottom: 0.4em;
}
#cService .head .im {
	width: 12%;
	height: auto;
	margin-left: 2em;
	vertical-align: -0.2em;
}
@media only screen and (max-width:640px) {
	#cService .head-title {
		font-size: 3.4vw;
		text-align: center;
	}
	#cService .head .im {
		width: 12%;
		margin-left: 2em;
		vertical-align: -0.2em;
		display: none;
	}
}


