.info-stats-grid-00470cd5 {
    display: grid;
    gap: 20px;
}

.info-stats-card-00470cd5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-stats-card-00470cd5:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.info-stats-icon-00470cd5 {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-stats-title-00470cd5 {
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
}

.info-stats-desc-00470cd5 {
    font-size: 14px;
    line-height: 1.5;
}