

section.m24_enumeration .mM_row {
	gap: 60px var(--row_gap);
}

section.m24_enumeration .m24_enumerations {
	margin-top: 75px;
	padding-left: calc(75px - (var(--row_gap) / 2));
}

section.m24_enumeration .m24_content_wrapper {
	padding-right: calc(75px - (var(--row_gap) / 2));
}

section.m24_enumeration .m24_enumeration_inner {
	align-items: baseline;
}

section.m24_enumeration .m24_enumeration_number_container {
	min-width: 90px;
	width: 90px;
}

section.m24_enumeration .m24_enumeration_number{
	margin: 0;
}

section.m24_enumeration .m24_enumeration_number * {
	font-style: normal;
}

section.m24_enumeration .m24_enumeration_item:not(:last-child) {
	margin-bottom: 61px;
}

@media screen and (max-width: 1799px) {
	section.m24_enumeration .m24_content_wrapper {
		padding-right: calc(35px - (var(--row_gap) / 2));
	}
}

@media screen and (max-width: 1199px) {
	section.m24_enumeration .m24_enumerations {
		padding-left: calc(25px - (var(--row_gap) / 2));
	}
	
	section.m24_enumeration .m24_content_wrapper {
		padding-right: calc(25px - (var(--row_gap) / 2));
	}
}

@media screen and (max-width: 991px) {
	section.m24_enumeration .m24_enumerations {
		margin-top: 0;
		padding-left: 0;
	}
	
	section.m24_enumeration .m24_content_wrapper {
		padding-right: 0;
	}
	
	section.m24_enumeration .m24_enumeration_number_container {
		min-width: 70px;
		width: 70px;
	}
	
	section.m24_enumeration .m24_enumeration_item:not(:last-child) {
		margin-bottom: 41px;
	}
}

@media screen and (max-width: 575px) {
	section.m24_enumeration .m24_enumeration_number_container {
		min-width: 50px;
		width: 50px;
	}
}

@media screen and (max-width: 375px) {
	section.m24_enumeration .m24_enumeration_inner {
		flex-direction: column;
		gap: 10px 0;
	}
	
	section.m24_enumeration .m24_enumeration_title {
		margin-bottom: 7px;
	}
}