.block-events .wp-block-post {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.block-events .wp-block-column:first-child > .wp-block-group {
	position: relative;
	background: transparent!important;
}
.block-events .wp-block-column:first-child > .wp-block-group:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="335" height="185" viewBox="0 0 335 185" fill="none" preserveAspectRatio="none"><path d="M0 185V7.63491L317.368 0L335 178.905L0 185Z" fill="%23E50041"/></svg>') no-repeat center;
	background-size: 100% 100%;
	width: 50vw;
	z-index: -1;
}

@media (max-width: 782px) {
	.block-events .wp-block-column:first-child > .wp-block-group {
		padding-top: var(--wp--preset--spacing--l) !important;
		padding-bottom: var(--wp--preset--spacing--l) !important;
		margin-bottom: var(--wp--preset--spacing--m) !important;
	}
	.block-events .wp-block-column:first-child > .wp-block-group:before {
		width: 150vw;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}