.c5-title{
	background: url(../images/1200_75_title_sphere.png) no-repeat center center;
	line-height: 60px;
	margin-bottom:20px;
	width: 100%;
    height: 60px;
    text-align: center;
}
.c5-title h2{
	color: #000;
	font-size: 20px;
	padding:0 50px;
}
.c5-title h2 span{
	font-size: 18px;
	font-weight: normal;
}

@media screen and (max-width: 750px) {
	.c5-title{
		height: auto;
		line-height: 1.4em;
		width: 100%;
		margin-bottom:20px;
	}
	.c5-title h2{
		color: #000;
		padding:15px 20px;
	}

}

@media screen and (max-width: 639px) {
	.c5-title h2{
		font-size: 16px;
	}
	.c5-title h2 span{
		font-size: 14px;
	}
}