.ipser-home-intro__proof {
	margin-top: 18px;
	padding: 16px 18px;
	border-left: 4px solid #0b8a80;
	background: #eef8f5;
	color: #203a53;
}

.ipser-home-intro__proof a {
	color: #087f76;
	font-weight: 800;
}

.ipser-entity-proof {
	padding: 58px 0;
	background: #f1f7fb;
	color: #203a53;
}

.ipser-entity-proof__shell {
	width: min(1200px, calc(100% - 48px));
	margin: 0 auto;
}

.ipser-entity-proof h2 {
	max-width: 860px;
	margin: 0 0 28px;
	color: #08345f;
	font-family: ProximaNova-Bold, Arial, sans-serif;
	font-size: clamp(30px, 3.5vw, 44px);
	line-height: 1.12;
}

.ipser-entity-proof__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.ipser-entity-proof__grid div {
	padding: 22px;
	border: 1px solid #d7e5ee;
	border-radius: 14px;
	background: #fff;
}

.ipser-entity-proof__grid strong,
.ipser-entity-proof__grid span {
	display: block;
}

.ipser-entity-proof__grid strong {
	margin-bottom: 7px;
	color: #087f76;
	font-size: 22px;
}

.ipser-entity-proof__grid span {
	font-size: 15px;
	line-height: 1.45;
}

.ipser-entity-proof__note {
	margin: 22px 0 0;
	font-size: 15px;
	line-height: 1.55;
}

.ipser-entity-proof__note a {
	color: #087f76;
	font-weight: 800;
}

@media (max-width: 767px) {
	html,
	body {
		max-width: 100%;
		overflow-x: hidden;
	}
}

@media (max-width: 860px) {
	.ipser-entity-proof__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.ipser-entity-proof__shell {
		width: min(100% - 24px, 1200px);
	}

	.ipser-entity-proof__grid {
		grid-template-columns: 1fr;
	}
}
