.aero_addons_custom_comment_img {
	width: 115px;
	height: 115px;
	margin-right: 20px;
	float: left;
	border-radius: 57.5px;
	background-position: 50% 50%;
	background-size: cover;
}
.aero_addons_custom_comment_content {
	display: flex;
	flex-direction: column;
}
.aero_addons_custom_comment_position {
	font-style: italic;
	color: #3d3d3d;
	font-size: 14px;
	margin-bottom: 3px;
}
.aero_addons_custom_comment_name {
	font-size: 24px;
	margin-bottom: 15px;
}
.aero_addons_custom_comment_description {
	color: #929292;
	line-height: 1.2;
	font-size: 15px;
}