
.stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-bottom: 1px solid var(--line);
}
.wrap {
    width: min(1440px, calc(100% - 40px));
    margin: auto;
}
* {
    box-sizing: border-box;
}
div {
    display: block;
    unicode-bidi: isolate;
}
.stat {
    padding: 40px 30px;
    border-right: 1px solid var(--line);
}
.stat b {
    font-size: 30px;
    display: block;
}

* {
    box-sizing: border-box;
}
b {
    font-weight: bolder;
}
.stat small {
    color: var(--muted);
}
* {
    box-sizing: border-box;
}
small {
    font-size: 14px;
}
div {
    display: block;
    unicode-bidi: isolate;
}
body {
    margin: 0;
    font-family: Inter, Arial, sans-serif;
    color: #111718;
    background: #fff;
    line-height: 1.55;
}
:root {
    --black: #070909;
    --lime: #c8ed39;
    --muted: #697478;
    --line: #dfe4e5;
    --soft: #f2f5f4;
}

