
section.m1_text {
	padding: 226px 0 234px;
}

section.m1_text.lower_padding {
	padding: 126px 0 134px;
}

section.m1_text .m1_text_main {
	display: flex;
	flex-direction: column;
	align-items: center;
}

section.m1_text .m1_text_main * {
	text-align: center;
}

section.m1_text .m1_titel_container h2 {
	text-transform: uppercase;
	max-width: 500px;
}

section.m1_text .m1_text_container * {
	font-size: 16px;
	/* max-width: 650px; */
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-break: break-word;
}

@media screen and (max-width: 1199px) {
	section.m1_text {
		padding: 166px 0 174px;
	}
}

@media screen and (max-width: 991px) {
	section.m1_text,
	section.m1_text.lower_padding {
		padding: 80px 0;
	}
}

@media screen and (max-width: 575px) {
	section.m1_text,
	section.m1_text.lower_padding {
		padding: 50px 0;
	}
	
	section.m1_text .m1_text_main * {
		text-align: start;
	}
}
