.impressum {
	padding: 120px 300px;
}

.impressum a {
	color: black; 
	text-decoration: none;
}

.impressum h3 {
	font-family: Outfit;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 48px */
	text-transform: uppercase;
	margin-top: 56px;
	margin-bottom: 56px;
}

.impressum .contents {
	margin-top: 56px;
}

@media only screen and (max-width: 992px) {
	.impressum {
		padding: 60px 20px;
	}
	
	.impressum h3 {
		font-family: Outfit;
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: 120%; /* 36px */
		text-transform: uppercase;
	}
}