.dce-teaser a {
	text-decoration: none;
}

.dce-teaser .teaser {
	float: left;
	margin: 0 20px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.dce-teaser .teaser .header {
	display: block;
	padding: 45px;
	font-size: 20px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	transition: all 500ms;
	word-break: break-all;
}

.dce-teaser .teaser .header i {
	font-size: 50px;
	margin-bottom: 10px;
}

.dce-teaser .teaser .button {
	height: 0;
	text-align: center;
	will-change: transform;
}

.dce-teaser .teaser .button a {
	position: relative;
	top: -30px;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	color: white;
	font-size: 20px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.dce-teaser .teaser .button a i {
	vertical-align: middle;
}

.dce-teaser .teaser .text {
	padding: 35px;
	background-color: white;
	font-size: 16px;
}

@media screen and (max-width: 1024px) {
	.dce-teaser .teaser {
		width: calc(100% - 40px) !important;
		float: none;
	}

	.dce-teaser .teaser + .teaser {
		margin-top: 40px;
	}
}