.ce_rsce_teaser {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: var(--grid__gutter);
	margin-bottom: 3rem;
}
.ce_rsce_teaser__teaser {
	border-top: 1px solid var(--color2);
	padding-top: 2rem;
	margin-bottom:1.5rem;
	/* max-width: 28rem; */
}
.ce_rsce_teaser__title {
	font-size: var(--xl);
	margin-bottom: 2rem;
	font-weight: 600;
}
.ce_rsce_teaser__image {
	margin-bottom: 1rem;
}
.ce_rsce_teaser__text {
	font-size: var(--md);
	color: var(--color2);
	margin-bottom: 1rem;
	max-width: 28rem;
}
.ce_rsce_teaser__label {
	color: var(--color1);
	display: flex;
	align-items: center;
	font-style: italic;
	font-size: var(--md);
	margin-left: -0.3rem;
	
}
@media screen and (min-width: 768px){
	.ce_rsce_teaser {
		grid-template-columns: 1fr 1fr 1fr;
		margin-bottom: 6rem;
	}
	.ce_rsce_teaser__teaser {
		margin-bottom:0rem;
		
	}
	.ce_rsce_teaser__title {
		margin-bottom:2rem;
		
	}	
	
}
@media screen and (min-width: 1200px){
	.ce_rsce_teaser {
		margin-bottom: 8rem;
	}
	.ce_rsce_teaser__teaser {
		
	}	
	
}
