Measure E
.field__item table thead tr th:last-of-type, .field__item table tbody tr td:last-of-type {
text-align: right;
}
.field__item table thead tr th:first-of-type {
text-align: left;
}
/* community needs and priorities */
.needs {
display: flex;
flex: 1 1 auto;
flex-wrap: wrap;
}
.needs .needsSection {
width: calc(50% - 70px);
margin-bottom: 1.5rem;
}
.needs .needsSection:nth-of-type(2n+2) {
margin-left: 70px;
}
.needs .needsSection:last-of-type {
border-bottom: none;
}
#communityNeeds h3:last-of-type {
margin-top: 1.5rem;
}
@media only screen and (max-width: 800px) {
.need