.three_block_section {
	margin: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	padding: 96px 0;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}

.three_block_section_bg {
	background-color: var(--cor15);
}

.three_block_section_title {
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	margin: 0 0 24px 0;
	color: var(--cor21);
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.2s ease;
	text-transform: uppercase;
	font: normal 16px/20px PlusJakartaSans-Bold;
}

.three_block_section_inner_div {
	gap: 20px;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}

.three_block_section_block {
	gap: 20px;
	margin: 0;
	border: none;
	outline: none;
	display: flex;
	padding: 48px;
	overflow: hidden;
	min-height: 304px;
	position: relative;
	aspect-ratio: 1 / 1;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	cursor: pointer!important;
	width: calc((100% / 3) - 96px - (40px / 3));
}

.four_block_section_block {
	gap: 20px;
	margin: 0;
	border: none;
	outline: none;
	display: flex;
	padding: 48px;
	overflow: hidden;
	min-height: 252px;
	position: relative;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	cursor: pointer!important;
	width: clamp(0%, calc((100% / 2) - 96px - (40px / 2)), 350px);
}

.three_block_section_block:hover .three_block_section_block_subtitle,
.four_block_section_block:hover .three_block_section_block_subtitle {
	opacity: 1;
	margin: 0 0 52px 0;
}

.three_block_section_block:hover .three_block_section_block_more,
.four_block_section_block:hover .three_block_section_block_more {
	gap: 24px;
}

.three_block_section_block svg,
.four_block_section_block svg {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	height: 48px;
	outline: none;
	box-sizing: content-box;
	transition: all 0.4s ease;
}

.three_block_section_block_title {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.4s ease;
	font: normal 32px/40px PlusJakartaSans-SemiBold;
}

.three_block_section_block_subtitle {
	opacity: 0;
	padding: 0;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	margin: 0 0 -40px 0;
	word-break: break-word;
	text-align: -webkit-left;
	transition: all 0.4s ease;
	font: normal 16px/24px PlusJakartaSans-Regular;
}

.three_block_section_block_more {
	left: 0;
	bottom: 0;
	gap: 16px;
	padding: 0;
	border: none;
	margin: 48px;
	outline: none;
	display: flex;
	text-align: left;
	position: absolute;
	align-items: center;
	word-break: break-word;
	text-align: -webkit-left;
	width: calc(100% - 96px);
	transition: all 0.4s ease;
	justify-content: flex-start;
	font: normal 16px/32px PlusJakartaSans-Regular;
}

.three_block_section_block_more svg {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;
	height: 20px;
	outline: none;
	box-sizing: content-box;
	transition: all 0.4s ease;
}

.three_block_section_block_0 {
	background-color: var(--cor9);
}

.three_block_section_block_1 {
	background-color: var(--cor1);
}

.three_block_section_block_2 {
	background-color: var(--cor17);
}

.three_block_section_block_3 {
	background-color: var(--cor19);
}

.three_block_section_block_0 .three_block_section_block_title,
.three_block_section_block_0 .three_block_section_block_subtitle,
.three_block_section_block_0 .three_block_section_block_more,
.three_block_section_block_1 .three_block_section_block_title,
.three_block_section_block_1 .three_block_section_block_subtitle,
.three_block_section_block_1 .three_block_section_block_more,
.three_block_section_block_2 .three_block_section_block_title,
.three_block_section_block_2 .three_block_section_block_subtitle,
.three_block_section_block_2 .three_block_section_block_more {
	color: var(--cor3);
}

.three_block_section_block_3 .three_block_section_block_title,
.three_block_section_block_3 .three_block_section_block_subtitle,
.three_block_section_block_3 .three_block_section_block_more {
	color: var(--cor5);
}

.three_block_section_block_0 .three_block_section_block_main_icon,
.three_block_section_block_0 .three_block_section_block_more svg,
.three_block_section_block_1 .three_block_section_block_main_icon,
.three_block_section_block_1 .three_block_section_block_more svg,
.three_block_section_block_2 .three_block_section_block_main_icon,
.three_block_section_block_2 .three_block_section_block_more svg {
	fill: var(--cor3);
}

.three_block_section_block_3 .three_block_section_block_main_icon,
.three_block_section_block_3 .three_block_section_block_more svg {
	fill: var(--cor5);
}

@media screen and (max-width: 1120px) {
	.three_block_section_block,
	.four_block_section_block {
		min-height: 304px;
		aspect-ratio: 1 / 1;
		width: clamp(0%, calc((100% / 2) - 96px - (20px / 2)), 350px);
	}
}

@media screen and (max-width: 760px) {
	.three_block_section_inner_div {
		align-items: center;
		flex-direction: column;
		justify-content: flex-start;
	}
	.three_block_section_block,
	.four_block_section_block {
		width: clamp(0%, calc(100% - 96px), 350px);
	}
}

@media screen and (max-width: 460px) {
	.three_block_section_block,
	.four_block_section_block {
		padding: 24px;
		width: clamp(0%, calc(100% - 48px), 350px);
	}
	.three_block_section_block:hover .three_block_section_block_subtitle,
	.four_block_section_block:hover .three_block_section_block_subtitle {
		margin: 0 0 48px 0;
	}
	.three_block_section_block_title {
		font: normal 24px/32px PlusJakartaSans-SemiBold;
	}
	.three_block_section_block_subtitle {
		margin: 0 0 -20px 0;
	}
	.three_block_section_block_more {
		margin: 24px;
		width: calc(100% - 48px);
	}
}

@media screen and (max-width: 360px) {
	.three_block_section_block,
	.four_block_section_block {
		padding: 24px 24px 72px 24px;
	}
	.three_block_section_block_subtitle {
		display: none;
	}
}