[data-block-name=trainingen] .posts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: 1fr;
	gap: 40px;
}

[data-block-name=trainingen] .posts .post {
	padding: 30px 40px;
	border-radius: .25rem;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #5e6fc0;
	color: #fff;
}

[data-block-name=trainingen] .posts .post.groen {
	background: #54ab29;
}

[data-block-name=trainingen] .posts .post.zwart {
	background: #36332f;
}

[data-block-name=trainingen] .posts .post.oranje {
	background: #f39c17;
}

[data-block-name=trainingen] .posts .post h4 a {
	color: #fff;
}

[data-block-name=trainingen] .posts .post>a {
	color: #fff;
	text-align: right;
	display: block;
	font-weight: bold;
	margin-top: auto;
}

[data-block-name=trainingen] .posts .post>a i.fa {
	margin-left: 10px;
}

[data-block-name=trainingen] .posts .post h4 {
	position: relative;
}

[data-block-name=trainingen] .posts .post .pijl {
	position: absolute;
	width: 60px;
	left: -65px;
	top: 5px;
	max-width: unset;
}

@media (max-width: 768px) {

[data-block-name=trainingen] .posts {
	grid-template-columns: 1fr;
}

}

