.impact-wrap {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
}

.impact-wrap > div {
    width: 50%;
    padding: 0 100px;
    border-right: 1px solid #dedede;
}

.impact-wrap > div:last-child {
    border-right: 0px solid #dedede;
}

.impact-wrap h2 {
    font-size: 30px;
    color: #103365;
    padding-top: 119px;
    margin: 0 0 50px;
}
.impact-wrap h2 {
	background: url(../img/impact/dollar_impact.png) no-repeat left top;
}
.impact-wrap .results h2 {
	background: url(../img/impact/community_impact.png) no-repeat left top;
}

.counter {
    font-size: 47px;
}

strong.counter-wrap {
    font-weight: 400;
    color: #952038;
    border-bottom: 1px solid #952038;
}

.counter-wrap  span {
    font-weight: 400;
    font-size: 60px;
}
.counter h4 {
    font-size: 34px;
    line-height: 46px;
    color: #c0a265;
}