div.ccm-page .team {
	text-align: center;
	margin-bottom: 70px;
}
div.ccm-page .team img {
	max-width: 60%;
	margin-left: auto;
	margin-right: auto;
}

div.ccm-page .team .teamName {
	display: block;
	color: #74a1ce;
	margin-top: 25px;
	margin-bottom: 50px;
	text-transform: uppercase;
} 

div.ccm-page .team .teamText {
	font-size: 12pt;	
}
@media (max-width: 1200px) {
	div.ccm-page .team .teamText {
		font-size: 11pt;
		line-height: 24pt;
	}
}
@media (max-width: 990px) {
	div.ccm-page .team .teamText {
		font-size: 10pt;
		line-height: 23pt;
	}
}


@media (max-width: 770px) {
	div.ccm-page .team .teamText p {
		padding-left: 30px;
		padding-right: 30px;
	}
}

div.ccm-page .team .teamText a {
	color: #333 !important;	
}