.why-us{display:grid;gap:1.5rem;grid-template-columns:1fr}
@media(min-width:640px){.why-us{grid-template-columns:repeat(2,1fr)}}
@media(min-width:960px){.why-us{grid-template-columns:repeat(4,1fr)}}
.why-us__item{padding:1.5rem;background:var(--rjw-paper);border-radius:var(--rjw-radius-lg);border:1px solid var(--rjw-line)}
.why-us__icon{width:48px;height:48px;color:var(--rjw-accent);margin-bottom:1rem;padding:10px;background:var(--rjw-accent-tint);border-radius:10px}
.why-us__title{font-family:var(--font-display);font-size:1.2rem;font-weight:600;margin-bottom:.5rem}
.why-us__desc{color:var(--rjw-muted);font-size:.95rem;line-height:1.55;margin:0}
