.sr-c599892f-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}
.sr-c599892f-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-align: center;
    padding: 0 10px;
}
.sr-c599892f-icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.sr-c599892f-text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.sr-c599892f-stat {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.2;
}
.sr-c599892f-label {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}
.sr-c599892f-divider {
    position: absolute;
    right: 0;
    width: 1px;
    /* Height and top set dynamically via Elementor controls */
    height: 45px; 
    top: calc(100% - 45px);
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
    .sr-c599892f-container {
        flex-wrap: wrap;
        gap: 30px;
    }
    .sr-c599892f-item {
        flex: 1 1 100%;
        padding: 0;
    }
    .sr-c599892f-divider {
        display: none;
    }
}