
.yb-cred{ padding-block:4.5rem; }
.yb-cred__list{
  list-style:none; margin:0; padding:0;
  display:grid; gap:3rem 2rem;
  grid-template-columns:repeat(auto-fit, minmax(20rem, 1fr));
}
.yb-cred__item{ display:flex; flex-direction:column; gap:.5rem; }
.yb-cred__stat{
  font-family:var(--font-heading-family); font-weight:var(--font-heading-weight);
  font-size:clamp(3.2rem, 4.2vw, 4.6rem); line-height:1; letter-spacing:-.01em;
}
.yb-cred__label{ font-size:1.5rem; font-weight:500; }
.yb-cred__detail{ font-size:1.35rem; opacity:.62; line-height:1.5; max-width:34ch; }
@media (max-width:749px){ .yb-cred{ padding-block:3rem; } .yb-cred__list{ gap:2.4rem; } }
