.elementor-15 .elementor-element.elementor-element-400fb6e5 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:20px;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-15 .elementor-element.elementor-element-c04d2d2{width:var( --container-widget-width, 100.256% );max-width:100.256%;--container-widget-width:100.256%;--container-widget-flex-grow:0;}:root{--page-title-display:none;}/* Start custom CSS */.h1_nonhome {
	display: none;
}
.team_member {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 35px;
	background: #fff;
	border: 1px solid #eeee;
	border-radius: 7px;
	padding: 15px 12px;
	align-items: center;
}
.team_member .team_img {
	width: 30%;
}
.team_member .team_bio {
	width: calc(70% - 30px);
}
.team_member .team_img img {
	width: 100%;
}
.team_member h3 {
	font-weight: 700;
	font-size: 20px;
	width: 100%;
}
.team_member .team_bio p {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 0;
}
.team_member .team_img img {
	width: 100%;
	max-width: 100%;
}
@media (min-width: 1024px) {
	#main_area main {
		max-width: 840px;
		margin: 0 auto;
		padding: 20px;
	}
}
@media (max-width: 767px) {
	.team_member .team_img, .team_member .team_bio {
		width: 100%;
	}
	iframe {
		height: 240px !important;
	}
}/* End custom CSS */