.infrastructure {
	position: relative;
	width: 100%;
	min-height: 54rem;
}
.infrastructure-wrapper {
}
.infrastructure-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.infrastructure-inner {
	position: relative;
	width: 100%;
	max-width: 74.625rem;
	margin: 0 auto;
	z-index: 5;
	padding-top: 4.8125rem;
}
.infrastructure__title {
	color: #FFF;
	text-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
	font-size: 2.375rem;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.0625rem;
	text-transform: uppercase;
	min-height: 5.84938rem;
	margin-bottom: 9.02875rem;
}
.infrastructure__card-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 23.75rem);
	row-gap: 1.56rem;
	justify-content: space-between;
}
.infrastructure__card-item {
	display: flex;
	flex-direction: column;
	padding: 1.5rem 1.125rem;
	border-radius: 0.625rem;
	background: #FFF;
	height: 100%;
}
.infrastructure__card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.375rem;
	height: 4.375rem;
}
.infrastructure__card-icon img {
	max-width: 100%;
	max-height: 100%;
}
.infrastructure__card-title {
	color: #006B1D;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; 
	letter-spacing: -0.01125rem;
	margin: 1rem 0;
}
.infrastructure__card-content {
	color: rgba(0, 18, 36, 0.87);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; 
}
.infrastructure__card-content ul {
	list-style: disc;
	padding-left: 1.25rem;
}
.infrastructure__desc {
	display: none;
}

.infrastructure-bg-footer {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 21.455rem;
	background: linear-gradient(180deg, rgba(13, 13, 47, 0.00) 0%, #0D0D2F 100%);
	z-index: 2;
}
@media (max-width: 639.98px) {
	.infrastructure {
		min-height: auto;
	}
	.infrastructure-wrapper {
		position: relative;
		background: #0D0D2F;
	}
	.infrastructure-inner {
		max-width: 100%;
		padding: 2rem 0 2.5rem;
	}
	.infrastructure-bg-footer {
		display: none;
	}
	.infrastructure-wrapper::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 8.5rem;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.00) 49.96%);
		z-index: 2;
	}

	.infrastructure-wrapper::after {
		content: "";
		position: absolute;
		left: 0;
		top: 3.9625rem;
		width: 100%;
		z-index: 2;
		height: 4.5412rem;
		background: linear-gradient(180deg, rgba(13, 13, 47, 0.00) 0%, #0D0D2F 100%);
	}
	.infrastructure-bg {
		height: 8.5rem;
	}
	.infrastructure__title {
		color: var(--White, #FFF);
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 600;
		line-height: 140%; 
		letter-spacing: -0.0625rem;
		text-transform: uppercase;
		margin-bottom: 1rem;
		min-height: unset;
		padding-inline: 0.75rem; 
	}
	.infrastructure__desc {
		color: rgba(255, 255, 255, 0.80);
		font-feature-settings: 'liga' off, 'clig' off;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; 
		letter-spacing: -0.03125rem;
		display: block;
		margin-bottom: 1.5rem;
		padding-inline: 0.75rem; 
	}
	.infrastructure__card-wrapper {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		justify-content: flex-start;
		overflow-x: auto;
		padding-inline: 0.75rem;
		background: #0D0D2F;
		
		/*  Hidden scrollbar */
		scrollbar-width: none; /* Firefox */
		-ms-overflow-style: none; /* IE & Edge */
	}
	.infrastructure__card-wrapper::-webkit-scrollbar {
		display: none; /* Chrome, Safari, Edge */
	}

	.infrastructure__card-item {
		flex-shrink: 0;
		display: flex;
		flex-direction: column;
		width: 18.75rem;
		padding: 1rem;
		align-self: stretch;
		border-radius: 1rem;
		background: linear-gradient(59deg, #EDF5ED 88.92%, #C5FFC2 155.71%);
		height: auto;
	}
	.infrastructure__card-item:not(:last-child) {
		margin-right: 0.75rem;
	}
	.infrastructure__card-icon {
		width: 3.25rem;
		height: 3.25rem;
		padding: 0.70006rem 1.16069rem 0.69281rem 0.23213rem;
		justify-content: flex-start;
	}
	.infrastructure__card-title {
		margin: 0.5rem 0;
		color: #006B1D;
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 600;
		line-height: 140%; 
		letter-spacing: -0.0625rem;
	}
	.infrastructure__card-content {
		color: rgba(46, 46, 46, 0.75);
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 150%; 
		letter-spacing: -0.00875rem;
	}

}