.infoblock-wrapper {
	background: white;
	box-shadow: 0 0 10px #0000004D;
	padding: 20px 20px 30px;
	height: 100%;
}

.infoblock-wrapper div:first-child {
	/* Titel */
	color: #005C39;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 11px;
}

.infoblock-wrapper div:nth-child(2) {
	/* Body */
	font-size: 18px;
	line-height: 1.8;
}

.infoblock-wrapper a {
	color: #005C39;
	font-size: 16px;
	font-weight: 600;
	line-height: 2.2;
}

.infoblock-wrapper a::after {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	content: '\f061';
	display: inline;
	margin-left: 10px;
}
