#inforgraphics .statistics-cards.cols-3 {
	display: flex !important;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
}
.statistics-card{
	text-align: center;
	min-height: 215px;
}
.statistics-card .statistics-card-title{
	margin-bottom: 5px;
}
#inforgraphics .statistics-cards.cols-3>.statistics-card:nth-child(1) {
	width: 30%;
}

#inforgraphics .statistics-cards.cols-3>.statistics-card:nth-child(2) {
	width: 30%;
}

#inforgraphics .statistics-cards.cols-3>.statistics-card:nth-child(3) {
	width: 30%;
}
#inforgraphics .statistics-cards.cols-3>.statistics-card:nth-child(4) {
	width: 30%;
}
#inforgraphics .statistics-cards.cols-3>.statistics-card:nth-child(5) {
	width: 30%;
}


@media screen and (min-width: 320px) and (max-width:768px) {
	.hero-banner .hero-banner-text {
		padding-top: 0px !important;
	}

	#infra-hub .text-image-layout-wrapper.reverse-layout .text-image-content {
		order: 2;
	}

	#infra-hub .text-image-layout-wrapper {
		min-height: auto !important;
		margin-bottom: 0px !important;
	}

	.text-image .container .text-image-layout-wrapper.reverse-layout .text-image-content {
		margin-top: 32px !important;
	}

	.mega-menu-card-description .body-lg {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}

	.hero-banner .container {
		padding-top: 20px;
	}

	.capital-text.your-partner {
		color: #000;
		margin-bottom: 20px;
	}

	#inforgraphics .statistics-cards.cols-3 {
		display: flex !important;
		flex-direction: column;
	}

	#climate .text-image-content h2 {
		margin-bottom: 15px !important;
		margin-top: 15px !important;
	}

	#a-just-transition .text-image-layout-wrapper.reverse-layout {
		grid-template-columns: 1fr !important;
	}

	#a-just-transition .text-image-layout-wrapper.reverse-layout .text-image-img {
		order: 1;
	}

	#a-just-transition .text-image-layout-wrapper.reverse-layout .text-content {
		order: 2;
	}
	#inforgraphics .statistics-cards.cols-3>.statistics-card:nth-child(1) {
		width: 100%;
	}
	
	#inforgraphics .statistics-cards.cols-3>.statistics-card:nth-child(2) {
		width: 100%;
	}
	
	#inforgraphics .statistics-cards.cols-3>.statistics-card:nth-child(3) {
		width: 100%;
	}
	#inforgraphics .statistics-cards.cols-3>.statistics-card:nth-child(4) {
		width: 100%;
	}
	#inforgraphics .statistics-cards.cols-3>.statistics-card:nth-child(5) {
		width: 100%;
	}
	.statistics-card{
		text-align: center;
		min-height: auto;
	}
	#invest-protect-and-grow .featured-list-header img{
		width: 100% !important;
	}
	.hero-banner .hero-banner-text p{
		margin-bottom: 0px !important;
	}
	.hero-banner .hero-banner-text .btn-container{
		margin-top:15px;
	}
	.hero-banner .hero-banner-text .btn-container a{
		display: flex;
		width: 100%;
	}
}