.statistics {
    display: flex;
    flex-direction: row;
    gap: 60px;
}

.statistics__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
