.sc-container-5bca2d87 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 30px;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.sc-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sc-number {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sc-label {
    font-size: 16px;
    font-weight: 500;
    opacity: 0.85;
}
