.msb-landing-counter {
    position: relative;
    z-index: 10;
    width: 100%;
    box-sizing: border-box;
}

.msb-counter__row {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.msb-counter__number {
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    font-variant-numeric: tabular-nums;
}

.msb-counter__text {
    font-weight: 500;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .msb-counter__row {
        flex-direction: column;
        gap: 10px;
    }
}
