.outer_numbers_section {
	gap: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	padding: 52px 0;
	margin: 0 0 80px 0;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
	background-color: var(--cor1);
}

.numbers_section {
	gap: 64px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
}

.numbers_section_main_title {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	width: fit-content;
	color: var(--cor3);
	text-align: center;
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	font: 800 52px/60px 'NewKansas', sans-serif;
	font-variation-settings: 'wght' 800, 'opsz' 52;
}

.numbers_section_blocks {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	row-gap: 64px;
	flex-wrap: wrap;
	column-gap: 24px;
	align-items: stretch;
	justify-content: center;
}

.numbers_section_block {
	gap: 12px;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
	width: calc(calc(100% / 4) - 18px);
}

.numbers_section_block_svg_fill {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	height: 72px;
	outline: none;
	fill: var(--cor63);
	stroke: transparent;
	box-sizing: content-box;
	transition: all 0.2s ease;
}

.numbers_section_block_svg_stroke {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	height: 72px;
	outline: none;
	fill: transparent;
	stroke: var(--cor63);
	box-sizing: content-box;
	transition: all 0.2s ease;
}

.numbers_section_block_title {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	width: fit-content;
	color: var(--cor3);
	text-align: center;
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	font: 800 47px/55px 'NewKansas', sans-serif;
	font-variation-settings: 'wght' 800, 'opsz' 47;
}

.numbers_section_block_title span {
	font: 800 24px/32px 'NewKansas', sans-serif!important;
	font-variation-settings: 'wght' 800, 'opsz' 24!important;
}

.numbers_section_block_subtitle_div {
	gap: 0;
	margin: 0;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 8px;
	width: fit-content;
	border-radius: 4px;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-color: var(--cor63);
}

.numbers_section_block_subtitle {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	width: fit-content;
	color: var(--cor1);
	text-align: center;
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	text-transform: uppercase!important;
	font: 600 16px/24px 'Futura', sans-serif;
}

.numbers_section_block_subtitle_max_w_1 {
	max-width: 140px;
}

.numbers_section_block_subtitle_max_w_2 {
	max-width: 185px;
}

.numbers_section_block_subtitle_2 {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	max-width: 233px;
	width: fit-content;
	color: var(--cor3);
	text-align: center;
	word-break: break-word;
	transition: all 0.2s ease;
	text-align: -webkit-center;
	font: 400 16px/20px 'Futura', sans-serif;
}

@media screen and (max-width: 983px) {
	.numbers_section_block {
		width: calc(calc(100% / 3) - 16px);
	}
}

@media screen and (max-width: 768px) {
	.numbers_section_block {
		width: calc(calc(100% / 2) - 12px);
	}
}

@media screen and (max-width: 500px) {
	.numbers_section_block {
		width: 100%;
	}
}