﻿.enden-content {
	margin: 80px auto;
	max-width: 700px;
}

.enden-content .box {
	margin-bottom: 60px;
}

.enden-content img {
	vertical-align: bottom;
}

.enden-content .single-img {
	margin-bottom: 24px;
}

.enden-content .single-img img {
	width: 100%;
	max-width: 700px;
	margin-bottom: 24px;
}

.enden-content .double-img {
	display: flex;
	gap: 20px;
}

.enden-content .double-img img {
	width: 50%;
	max-width: 500px;
	min-width: 0;
}

.enden-content .triple-img {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}

.enden-content .triple-img img {
	width: calc(50% - 10px);
	max-width: 500px;
	min-width: 0;
	box-sizing: border-box;
}

.enden-content h2 {
	color: #2a4e93;
	margin-bottom: 16px;
	margin-top: 40px;
}


.enden-content .double-img2 {
	display: flex;
	gap: 20px;
}

.enden-content .double-img2 .h2-double {
	width: 100%;
	max-width: 500px;
	min-width: 0;
}

@media screen and (max-width:667px) {
	.enden-content .double-img {
		display: block;
	}

	.enden-content .double-img img {
		width: 100%;
		max-width: 100%;
	}

	.enden-content .triple-img {
		display: block;
	}

	.enden-content .triple-img img {
		width: 100%;
	}
}
