#content_left{
	font-family: Open Sans, Arial, sans-serif;
}
.about_us_subtitle{
	margin-bottom: 22px;
}
.author_div_outer{
	padding: 50px 0 0;
}
.author_div{
	background: #F6F5F4;
	padding: 20px 40px 10px;
	margin: 0 0 28px;
	display: flex;
	align-items: flex-start;
	gap: 40px;
	flex-wrap: wrap;
}
.author_img{
	margin: -78px 0 0;
	border-bottom: 1px solid #939598;
}
.author_text{
	flex: 1 0 200px;
}
.author_name{
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 14px;
}
.author_experience{
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 12px;
}