.pillars-block {
	max-width: 1200px;
	height: 270px;
	margin: 2em auto 2em;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 10px;
	color: #fff;
}

.pillars-block a {
	text-decoration: none !important;
	color: #fff;
}

.grid-item {
	height: 250px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.grid-item h2 {
	position: relative;
	top: 40%;
	text-align: center;
}

#acwa-fund {
	background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(https://files.wri.org/d8/s3fs-public/2022-08/acwa-fund-water-treatment-plant.jpeg);
}
#acwa-fund:hover{
	background-image: linear-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url(https://files.wri.org/d8/s3fs-public/2022-08/acwa-fund-water-treatment-plant.jpeg);
}

#acwa-platform {
	background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(https://files.wri.org/d8/s3fs-public/2022-08/acwa-platform-chefchaouen-morocco.jpeg);
}
#acwa-platform:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url(https://files.wri.org/d8/s3fs-public/2022-08/acwa-platform-chefchaouen-morocco.jpeg);
}

#pilot-cities {
	background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(https://files.wri.org/d8/s3fs-public/2022-08/water-tower-johannesburg.jpeg);
}
#pilot-cities:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url(https://files.wri.org/d8/s3fs-public/2022-08/water-tower-johannesburg.jpeg);
}

@media only screen and (max-width:1024px) {
	.pillars-block {
	width: 90%;
	height: 600px;
	grid-template-columns: 1fr;
}
.grid-item {
	height: 175px;
	width: 100%;
}
}