img.infra-images {
	max-width: 100px;
}

.font-weight-500 {
	font-weight: 500;
}

.section-header {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #D1D1D1;
	line-height: 0.1em;
	margin: 10px 0 20px;
}

.section-header span {
	background:#fff;
	padding:0 10px;
}

.infra-cards {
	border-radius: 10px;
	background-color: white;
}

.stat-card {
	border-radius: 10px;
	background-color: white;
	padding: 90px 40px 90px 40px;
}

.stat-text {
	font-weight: bold;
	font-size: 32px;
}

@media screen and (min-width: 576px){
	.stat-text {
		font-weight: bold;
		font-size: 40px;
	}
}

.stat-label {
	font-weight: bold;
	font-size: 20px;
}

@media screen and (min-width: 576px){
	.stat-label {
		font-weight: bold;
		font-size: 24px;
	}
}
