.dx-aufzaehlung-modul-wrapper{
	display: flex;
	align-items: center;
	margin-bottom: 70px;
	

}
.dx-aufzaehlung-modul :last-child .et_pb_module_inner .dx-aufzaehlung-modul-wrapper {
	margin-bottom: 0px;
}


.dx-aufzaehlung-modul-wrapper .zahl span{
	
	  display: inline-block;
	  margin: 0;
	  text-align: center;
	  font-size: 60px;
	  background-clip: text!important;
	  -webkit-background-clip: text!important;
	  line-height:1;
	  background-size: 100%;
	  transition: background-size .3s ease;
	  background-position: center;
	  background-repeat: no-repeat;
	  background: -webkit-linear-gradient(51deg, #435A7D, #95C11F);
	  color: transparent;
		font-family: 'DX Assistant 700',Helvetica,Arial,Lucida,sans-serif;
}

.dx-aufzaehlung-modul-wrapper .spacerbox{
	width: 100%;
	max-width: 80px;
	padding: 0 25px;
}

.dx-aufzaehlung-modul-wrapper .text{
	max-width: 850px;
}

.dx-aufzaehlung-modul-wrapper .text h4{
	color: black;
	font-size: 24px;
	letter-spacing: 0.03em;
	line-height: 1.8em;
}

.dx-aufzaehlung-modul-wrapper .text p{
	font-size: 18px;
	letter-spacing: 0.03em;
	line-height: 1.8em;
}

@media all and (max-width: 500px){
	
	.dx-aufzaehlung-modul-wrapper{
		flex-direction: column;
		align-items: unset;
		margin-bottom: 50px;
	}
	.dx-aufzaehlung-modul-wrapper .zahl{
		margin: unset;
	}
	.dx-aufzaehlung-modul-wrapper .spacerbox{
		margin: 20px 0;
		padding: unset;
		max-width: 60px;
	}
}