.stats-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    background-color: #0056B3;
    color: white;
    padding: 20px;
    text-align: center;
}

.stats-section div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    background: white;
    color: #0056B3;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(150, 4, 4, 0.2);
}

.stat {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
}