.hubSubHeader {
	display: flex;

}			

.hubSubHeader_row {
	display: flex;
	flex-direction: row;
}

.hubSubHeader_col {
	display: flex;
	flex-direction: column;
	flex: 0 1 70%;
}


.hubSubHeader_col.only-desktop {
	flex: 0 1 30%;
	min-width: 280px;
	margin-left: 1em;
}

img.expertImgSmall {
	display: inline;
	float: left;
	width: 100px;
	border: 1px solid #e6f0de;
	border-radius: 5px;
	margin: 0 0.5em 1em 0;
}

.eatExpert-meta {
	display: flex;
	gap: 0.5em;
}

.eatExpert-meta p {
	font-family: "ff-dax-web-pro",sans-serif !important;
	color: #234e09;
	margin-bottom: 0.2em;
	font-weight: 700 !important;
	font-size: 1rem !important;
}
.eatExpert-meta p.expertName {
	color:	#008922;
	font-size: 1.2rem !important;

	font-weight: 600 !important;
}

.blog-author-meta {
	background-color: #eff5ec;
	padding: 0.5rem;
	font-style: italic;
	font-family: Roboto, sans-serif;
	font-size: 1rem !important;
	clear: left;

}
.blog-author-meta p {
	font-size: 1rem !important;
	margin-bottom: 0 !important;
	font-weight: 500 !important;
}

@media only screen and (max-width: 760px) {
	.hubSubHeader_row, .hubSubHeader_col { 
		display: block;
		clear: both;
	}

	.eatExpert-meta {margin: 1rem 0 0.5rem 0;}
	.blog-author-meta {
		min-width: none;
		max-width: none;
		width: 100%;
		margin-bottom: 1rem;
	}
}