/* assets/css/pages/impact.css */

/* Page Header Styles moved to global.css */
/* Section Typography moved to global.css */


.stats-container {
    padding-bottom: 4rem;
}

/* Global Map Backdrop Section */
.section.alt-bg {
    position: relative;
    background-image: linear-gradient(rgba(240, 253, 250, 0.6), rgba(240, 253, 250, 0.6)), url('../../images/global-map-new.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* Creates the "whole page" feel within the section */
}

/* Removed duplicate page-header definition that was at end of file */