/* Community Level Styles */

#intro_text_section .hpt-impact-text {
    margin-bottom: 0;
}

#fp_app .fp-list {
    justify-content: center;
}

/* neighborhood highlights reorder */
#neighborhood_featured_section .featured-pois .featured-pois-list-container .featured-pois-list {
    display: flex;
    flex-direction: column;
}

#neighborhood_featured_section .featured-pois .featured-pois-list-container .featured-pois-list li:nth-of-type(1) {
    order: 2;
}

#neighborhood_featured_section .featured-pois .featured-pois-list-container .featured-pois-list li:nth-of-type(2) {
    order: 1;
}

#neighborhood_featured_section .featured-pois .featured-pois-list-container .featured-pois-list li:nth-of-type(3) {
    order: 3;
}

#neighborhood_featured_section .featured-pois .featured-pois-list-container .featured-pois-list li:nth-of-type(4) {
    order: 4;
}