.six-hex {
	padding: 120px 0;
}

.six-hex .flex {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 125px;
}

.six-hex .flex .half .title {
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
	margin: 0 auto 32px auto;
}

.six-hex .flex .half .desc {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
	margin: 0 auto 48px auto;
}

.six-hex .flex .half.images .flex {
	width: 740px;	
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 20px;
	row-gap: 40px;
}

.six-hex .flex .half.images .flex a {
	position: relative;
	display: block;
	width: 199px;
}

.six-hex .flex .half.images .flex a:nth-child(3) {
	margin-right: 100px;
}

.six-hex .flex .half.images .flex a:nth-child(4) {
	margin-left: 100px;
}

.six-hex .flex .half.images .flex a span.image {
	position: relative;
	width: 199px;
	height: auto;
	display: block;
}

.six-hex .flex .half.images .flex a span:not(.image) {
	display: block;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	color: #fff;
	margin: 0;
	margin-top: 18px;
}

.six-hex .flex .half.images .flex a img {
	width: 100%;
	height: auto;
}

.six-hex .flex .half.images .flex a img.color {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 0;
	transition: 300ms;
}

.six-hex .flex .half.images .flex a:hover img.color {
	opacity: 1;
}

@media only screen and (max-width: 996px) {
	.six-hex {
		padding: 80px 0;
	}

	.six-hex .flex {
		flex-wrap: wrap;
		gap: 64px;
	}

	.six-hex .flex .half {
		width: 100%;
		order: 1;
		text-align: center;
	}

	.six-hex .flex .half.images {
		width: 100%;
		order: 2;
	}

	.six-hex .flex .half.images .flex {
		width: 100%;
	}

	.six-hex .flex .half.images .flex a {
		width: calc(50% - 10px);
	}

	.six-hex .flex .half.images .flex a span.image {
		width: 100%;
	}

	.six-hex .flex .half.images .flex a span:not(.image) {
		font-size: 19.786px;
		font-style: normal;
		font-weight: 700;
		line-height: 26.382px;
	}

	.six-hex .flex .half.images .flex a:nth-child(3) {
		margin-right: 0;
	}

	.six-hex .flex .half.images .flex a:nth-child(4) {
		margin-left: 0;
	}
}