﻿.statistics-section {
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    color: #fff;
}

.stat-box {
    padding: 0.5rem 0.5rem;
}

.stat-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1.4rem;
    opacity: 0.9;
}

@media (max-width: 768px) {

    .stat-number {
        font-size: 2.2rem;
    }
}

