main{
	padding: .5em;	
}

.teaser-card{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	position: relative;
	margin: auto auto;
	max-width: 80vw;	
	min-height: 60vh;
	position: relative;
}

.teaser-card-header{
	width: 100%;
}

.teaser-card-box{
	min-width: 50%;
	text-align: center;
}

.teaser-card-title{
	margin-bottom: .2em;
	font-size: 200%;
	color: var(--secondary);	
	text-shadow: .02em .02em .05em var(--dark);
}

.teaser-card-text{
	text-shadow: none;	
}

.teaser-card-image{
	display: block;
	margin: auto;
	margin-top: 1em;
	margin-bottom: 1em;	
	width: 10em;
	height: auto;	
	filter: drop-shadow( 10px 10px 10px rgba(0,0,0,.4));
}