.block--home-why-us-features {
	position: relative;
	background-color: #01395c;
	min-height: 250px;
}

.block--home-why-us-features p a {
	color: var(--wp--preset--color--sw-white);
}

.block--home-why-us-features--main {
	position: relative;
	padding: 200px 0 400px;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	.block--home-why-us-features--main {
		position: relative;
		padding: 80px 0 80px;
		z-index: 1;
	}
}

.block--home-why-us-features--main--content {
	color: var(--wp--preset--color--sw-white);
	grid-column: 1 / 6;
}

.block--home-why-us-features--main--stats {
	color: var(--wp--preset--color--sw-white);
	grid-column: 7 / 13;
}

@media screen and (max-width: 1024px) {
	.block--home-why-us-features--main--content {
		color: var(--wp--preset--color--sw-white);
		grid-column: 1 / 13;
		margin-bottom: 8px;
	}

	.block--home-why-us-features--main--stats {
		color: var(--wp--preset--color--sw-white);
		grid-column: 1 / 13;
	}
}

.block--home-why-us-features--main--content h2 {
	margin-bottom: 16px;
}

.block--home-why-us-features--main--content h2 mark {
	font-family: var(--wp--preset--font-family--ibm-plex-serif);
	font-weight: 400;
}

.block--home-why-us-features--main--content .wp-block-buttons {
	margin-top: 40px;
}

.block--home-why-us-features--main--stats--items {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	justify-items: stretch;
	align-items: stretch;
	gap: 24px;
}

@media screen and (max-width: 640px) {
	.block--home-why-us-features--main--stats--items {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
		gap: 16px;
	}
}

@media screen and (max-width: 480px) {
	.block--home-why-us-features--main--stats--items {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
		gap: 16px;
	}
}

.block--home-why-us-features--main--stats--item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: var(--wp--preset--color--sw-white);
	color: var(--wp--preset--color--sw-blue);
	/* min-height: 220px; */
	border-radius: 10px;
	padding: 40px 20px;
	aspect-ratio: 1 / 1;
	transition: all 0.4s ease;
}

.block--home-why-us-features--main--stats--item .stat-number {
	font-size: 64px;
	font-size: clamp(3rem, 2.2rem + 2vw, 4rem);
	font-style: normal;
	font-weight: 700;
	line-height: 1.37; /* 137.812% */
	letter-spacing: 1.28px;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #6ca6cc;
	color: var(--wp--preset--color--sw-white);
	margin-bottom: 0;
	paint-order: stroke fill;
}

.block--home-why-us-features--main--stats--item .stat-label {
	color: #01395c;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2; /* 19.2px */
	letter-spacing: 0.48px;
	text-transform: capitalize;
	margin-bottom: 0;
}

.block--home-why-us-features--main--stats--item:hover {
	background-color: var(--wp--preset--color--sw-sky);
}

.block--home-why-us-features--bg {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-end;
	z-index: 0;
}

.block--home-why-us-features--bg img {
	max-height: 800px;
}
