
section.m28_stoerer {
	background: #ef7d00;
	padding: 32px 0;
}

section.m28_stoerer .button {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
}

section.m28_stoerer .button .button_icon {
	display: flex;
	justify-content: center;
	align-items: center;
}

section.m28_stoerer .button svg {
	transition: fill .4s;
	width: 26px;
}

section.m28_stoerer .m28_elemente {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 0;
	min-width: 75%;
}

section.m28_stoerer .m28_item {
	display: flex;
	align-items: center;
	gap: 9px;
	width: 25%;
}

section.m28_stoerer .m28_item svg {
	width: 21px;
	height: 22px;
	fill: #fff;
}

section.m28_stoerer .m28_item p {
	/* font-family: 'HandelGotD', Sans-serif; */
	color: #fff;
}

section.m28_stoerer .m28_text_main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 1399px) {
	section.m28_stoerer .m28_item {
		width: 50%;
	}
	
	section.m28_stoerer .m28_elemente {
		min-width: unset;
		max-width: 66%;
	}
}

@media screen and (max-width: 991px) {
	section.m28_stoerer .m28_item {
		width: 100%;
	}
	
	section.m28_stoerer .m28_elemente {
		max-width: unset;
	}
	
	section.m28_stoerer .m28_text_main {
		flex-direction: column;
		gap: 37px;
	}
	
	section.m28_stoerer .button {
		padding: 16px 21px 14px;
	}
}

@media screen and (max-width: 400px) {
	section.m28_stoerer .m28_text_main {
		align-items: start;
	}
}
