﻿.impact-stats {
    background-color: #fddf89; /* Baby Grace yellow */
    display: flex;
    justify-content: center;
    gap: 200px;
    padding: 10px 20px; 
    padding-bottom: 0;
    flex-wrap: wrap;
    align-items: center;
    min-height: 18vh;
 }

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 200px;
}

.stat-text h3 {
    font-size: 1.2rem;
    margin: 0;
    color: #333;
}

.icon-bg img {
    width: 80px;
    height: auto;
    max-height: 80px;
}

.icon-bg {
    margin-bottom: 12px;
}

