
section.m1_text .m1_text_main {
	text-align: center;
	display: flex;
	justify-content: center;
}

section.m1_text .m1_text_content {
	max-width: 610px;
}

section.m1_text .text_column_count_2 {
	column-count: 2;
}

section.m1_text .m1_links_container {
	display: flex;
	align-items: baseline;
	justify-content: center;
}

section.m1_text .m1_link_container{
	display: flex;
}

section.m1_text .m1_link_container:not(:last-child) {
	margin-right: 10px;
}

@media screen and (max-width: 575px) {
	section.m1_text .text_column_count_2 {
		column-count: 1;
	}
}
