/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
p.diagram-text-item {
	font-size: 14px;
}
@media only screen and (max-width: 1068px) {
	p.diagram-text-item {
		font-size: 10px;
	}
}
@media only screen and (max-width: 768px) {
	p.diagram-text-item {
		font-size: 10px;
	}
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
