#blog_hero {
}
#blog_hero_container {
}
#blog_hero_content {
	width: 100%;
	padding-left: 10px;
	flex-direction: column;
}
#blog_hero_breadcrump {
	height: 50px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	/*border: 1px solid red;*/
}
#blog_hero_breadcrump_home {
	display: flex;
	flex-direction: row;
	align-items: center;
	/*border: 1px solid blue;*/
}
#blog_hero_breadcrump_home svg {
	height: 25px;
	/*border: 1px solid blue;*/
}
.blog_breadcump_icon path {
	fill: var(--primary-color);
}
.blog_hero_breadcrump_separation::before {
	content: ' ';
	margin-left: 10px;
}
.blog_hero_breadcrump_arrow {
	display: flex;
	flex-direction: row;
	align-items: center;
	/*border: 1px solid green;*/
}
.blog_hero_breadcrump_arrow svg {
	height: 15px;
	/*border: 1px solid green;*/
}
#blog_hero_breadcrump_title {
	display: flex;
	flex-direction: row;
	align-items: center;
	/*border: 1px solid red;*/
}
@media all and (min-width: 650px) {
}
@media all and (min-width: 900px) {
}
@media all and (min-width: 1200px) {
} 