/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Jan 12 2020 | 07:03:09 */
.section-MeetTheTeam .section-figure{
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.section-MeetTheTeam .section-figure img{
	width: 100%;
	max-width: 300px;
}

.section-MeetTheTeam .about-desc{
	clear: both;
	width: 100%;
	margin-top: 0;
	padding: 0;
	/*text-align: justify;*/
	box-sizing: border-box;
	float: right; 
	}

.section-MeetTheTeam .figure-name {
	margin-bottom: 0;
	text-align: center;
}

.section-MeetTheTeam .figure-title {
	text-align: center;
	margin-bottom: 50px;
}


@media (min-width: 992px) {
	.section-MeetTheTeam .section-figure{
		float: right; 
		clear: both;
		width: 31%;
		margin-bottom: 0;
	}

	.section-MeetTheTeam .section-figure img{
		width: 100%;
		max-width: 100%
	}

	.section-MeetTheTeam .about-desc{
		float: right; 
		clear: none;
		width: 69%;
		margin-top: 0;
		padding: 0 4% 0 0;
		box-sizing: border-box;
	}
	
	.section-MeetTheTeam .figure-name {
		text-align: left;
	}

	.section-MeetTheTeam .figure-title {
		text-align: left;
	}
}