.text_figure_block__text {
	float: left;
	width: 40%;
}
.tile_figure {
	margin: 0.6em;
	background-color: #00000024;
	padding: 0.4em;
	border-radius: 0.4em;
	width: fit-content;
}
.text_figure_block__figure {
	float: left;
}
.text_figure_block__figure__caption {
	margin: 0.5em;
}
.tile_row {
	display: block;
}
.tile_row > img,
.henning {
	display: inline-block;
	width: 90px;
	height: 90px;
}
.tile_row > .top_end_tile_img {
	height: 45px;
    vertical-align: bottom;
}
.style_float_clearer {
	clear: both;
}
