

/** ABOUT **/

.about-office-img 		{ float:left; max-width:610px; max-height:407px; padding:20px 0px; width:100%; }
.team-member 			{ float:left; max-width:270px; max-height:266px; padding:20px 0px; width:100%; margin-right:1em; display:block; }



/** RESPONSIVE **/
@media screen and (max-width:768px){
	.about-office-img { float:none; display:block; }
	.team-member { width:40%; max-width:270px; max-height:266px; }
}

@media screen and (max-width:520px){
	.team-member { float:none; display:block; }
}