.flex_layout.tips_en_verhalen .top-content {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 40px;
}

.flex_layout.tips_en_verhalen .linker-kolom {
	max-width: 800px;
}



/************************/
/* MEDIA QUERIES TABLET */
/************************/
@media screen and (max-width: 992px) {
.flex_layout.tips_en_verhalen .bottom-content {
	padding-top: 25px;
}
}

/************************/
/* MEDIA QUERIES TABLET */
/************************/
@media screen and (max-width: 767px) {
.flex_layout.tips_en_verhalen .bottom-content {
	padding-top: 20px;
}
}