.dx-benefits-wrapper {
	display: grid;
	grid-gap: 0px;
	grid-template-columns: 1fr 1fr;
}


.dx-benefits-button-wrapper {
	display: flex;
	justify-content: center;
	
	margin-top: 35px;
}

.dx-benefits-button-wrapper .et_pb_custom_button_icon.et_pb_button::after{
	font-size: inherit !important;
}

.dx-benefits-item {
	background-color: #FBFAFC;
	display: flex;
	height: 250px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	display: none;
	
	margin-bottom: 15px;
}

.dp_field_dx_image img {
	width: 70px;
}

.dp_field_dx_benefits_text {
	font-size: 18px;
	line-height: 1.8em;
	letter-spacing: 0.03em;
	margin-top: 5px;
	text-align: center;
	padding: 0 20px;
}

@media only screen and (max-width: 767px) {
	.dx-benefits-wrapper {
	grid-template-columns: 1fr;
}
	.dx-benefits-button-wrapper {
		padding: 0 15px;
	}
}

/* Von Robert hinzugefügtes CSS */

@media only screen and (min-width: 768px) and (max-width: 1023px){
	.dx-benefits-wrapper .dp_dmb_repeat_item:nth-child(odd){
		margin-right: 15px;
	}
}
@media only screen and (min-width: 1024px){
	.dx-benefits-wrapper {
		display: grid;
		grid-gap: 0px;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.dx-benefits-wrapper .dp_dmb_repeat_item{
		margin: 5px 15px;
	}
}	