.impact-grid .container-fluid {
	/*padding-left: 0;*/
	/*padding-right: 0;*/
}

.impact-grid .row {
	padding: 1rem;
	margin-bottom: 0.25rem;
	border-radius: 0.25rem;
}

.impact-grid .row:nth-child(odd) {
	background: #F9F9F9;
}

.impact-grid .row:nth-child(even) {
	background: #EEE;
}

.impact-grid img {
	width: 80px;
}

.impact-grid p,
.impact-grid ul {
	margin-bottom: 0;
}

.text-grid .item {
    background: #EEE;
    height: 100%;
    padding: 1rem;
    border-radius: 0.25rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-grid .item p {
    margin-bottom: 0;
}