.statistics {
    text-align: center;
    padding: 60px 0;
}

.statistics h2 {
    font-size: 1.5em;
    color: #333;
    margin-bottom: 40px;
}

.stats-container {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
}

.stat {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    width: 180px;
    padding: 20px;
}

.number {
    font-size: 2.5em;
    color: #333;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}