/* CSS Document */
.interior-banner .green-box {
	max-width: 512px;
}
.mission-grid {
	margin-top: 30px;
	margin-bottom: 30px;
	gap: 60px;
}
.mission-grid P:not(:last-child) {
	margin: 0 0 12px;
}
.impact-box {
	border-radius: 15px;
	background: var(--Primary-Blue---Light, #E6F5F4);
}
.bento-box.impact-box > h2 {
	color: #000;
	font-variant-numeric: lining-nums proportional-nums;
	
	/* H2 - Page Content */
	font-family: "lektorat-text-variable", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.64px;
	padding: 0 0 15px;
	margin: 0 0 30px;
	border-bottom: 1px solid var(--Dark-Grey, #656262);
}
.impact-box .bottom-info-details {
	display: flex;
	flex-wrap: wrap;
}
.impact-box .bottom-info-details > div {
	width: 25%;
	text-align: center;
	padding: 0 20px;
}
.impact-box .bottom-info-details h2 {
	color: var(--Black, #231F20);
	text-align: center;
	font-family: "lektorat-display-variable", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%; /* 36.8px */
}
.impact-box .bottom-info-details p {
	font-size: 24px;
	line-height: 1.2em;
}
@media (min-width: 769px) {
	.mission-grid {
		margin-bottom: 60px;
	}
	.mission-grid > div {
		width: calc(50% - 30px);
	}
}
@media (max-width: 1200px) {
	.impact-box .bottom-info-details {
		row-gap: 60px;
	}
	.impact-box .bottom-info-details > div {
		width: 50%;
	}
}
@media (max-width: 991px) {}
@media (max-width: 768px) {
	.mission-grid {
		row-gap: 24px;
	}
	.impact-box .bottom-info-details {
		row-gap: 45px;
	}
	.impact-box .bottom-info-details > div {
		width: 100%;
	}
	.impact-box .bottom-info-details h2 {
		margin: 0 0 10px;
	}
}