.strip{background:var(--ink);color:var(--white);padding:28px 0}
@media(min-width:768px){.strip{padding:36px 0}}
.strip .wrap{display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px}
.strip-item{font-size:13px;letter-spacing:0.03em;color:#cfcdc6;display:flex;align-items:center;gap:10px}
@media(min-width:768px){.strip-item{font-size:13.5px}}
.strip-item b{color:var(--white);font-weight:600}
