.technologies-gutenberg-block {
	width: 100%;
	gap: 2.5rem;
	container: technologies / inline-size;
	margin: 100px auto;
}

.technologies-gutenberg-block .container {
	display: flex;
	flex-direction: column;
}
.technologies-gutenberg-block .container > .title {
	text-align: center;
	font-size: 2.813rem;
	margin-bottom: 1.11em;
	font-style: normal;
	font-weight: 400;
	line-height: 1.44;
}

.technologies-gutenberg-block .technologie {
	display: flex;
	justify-content: space-between;
	/* align-items: flex-start; */
	align-items: stretch;
	gap: 1.875rem;
	padding: 50px 0;
	border-top: 1px solid var(--primary);
}
.technologies-gutenberg-block .technologie:last-child {
	padding-bottom: 0;
}

.technologies-gutenberg-block .technologie .title {
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.36;
	letter-spacing: 4.4px;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}
.technologies-gutenberg-block .technologie .content {
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.66;
	max-width: 570px;
	margin-bottom: 50px;
	text-align: justify;
}
.technologies-gutenberg-block .technologie .content p {
	margin-block: 1em;
}
.technologies-gutenberg-block .technologie .links {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
	/* margin-bottom: 50px; */
}
.technologies-gutenberg-block .technologie-thumb {
	width: 48.93%;
	flex-shrink: 0;
	overflow: hidden;
}

.technologies-gutenberg-block .technologie-thumb .picture {
	aspect-ratio: 690/400;
	height: 100%;
	transition: scale 0.4s ease-in-out;
}

.technologies-gutenberg-block .technologie-thumb:hover .picture {
	scale: 1.2;
}

@container technologies (max-width: 900px) {
	.technologies-gutenberg-block .technologie {
		flex-direction: column !important;
		gap: 0;
	}
	.technologies-gutenberg-block .technologie-content {
		margin-top: 0 !important;
		padding: 0;
	}
	.technologies-gutenberg-block .technologie-thumb {
		width: 100%;
	}
	.technologies-gutenberg-block .technologie-thumb .picture {
		max-height: 33vh;
	}

	.technologies-gutenberg-block .technologie-content h2 {
		font-size: 1.75rem;
	}
}

@media (max-width: 991px) {
	.technologies-gutenberg-block .container > .title {
		font-size: 1.875rem;
	}
}

@media (max-width: 767px) {
	/* .technologies-gutenberg-block .container > .title {
		font-size: 1.375rem;
	} */
	.technologies-gutenberg-block .technologie .title {
		font-size: 1.25rem;
	}

	.technologies-gutenberg-block .technologie .content {
		text-align: left;
	}

	.technologies-gutenberg-block .technologie .content {
		margin-bottom: 30px;
	}

	.technologies-gutenberg-block .technologie .links {
		margin-bottom: 30px;
		gap: 1rem;
		justify-content: space-between;
	}
}
