.list-boxes { --lb-dark:#153943; --lb-text:#607783; }
.list-boxes__heading { margin:0 0 1.25rem; }
.list-boxes__grid { display:grid; gap:14px; }
.list-boxes__grid--auto { grid-template-columns:repeat(auto-fit,minmax(min(100%,25rem),1fr)); }
.list-boxes__grid--1 { grid-template-columns:1fr; }
.list-boxes__grid--2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
.list-boxes__grid--3 { grid-template-columns:repeat(3,minmax(0,1fr)); }
.list-box { --lb-accent:transparent; box-sizing:border-box; min-width:0; padding:22px 22px 18px; border:1px solid #d8e1e5; border-left:4px solid var(--lb-accent); border-radius:12px 0 12px 0; background:#fff; }
.list-box--gray { background:#e8e8e8; }
.list-box--accent-yellow { --lb-accent:#f0dc8a; }.list-box--accent-lime { --lb-accent:#cbd18e; }.list-box--accent-green { --lb-accent:#9daf86; }.list-box--accent-light-blue { --lb-accent:#a6bed0; }.list-box--accent-blue { --lb-accent:#7193a8; }.list-box--accent-beige { --lb-accent:#c2a98f; }
.list-box__header { display:flex; align-items:center; gap:12px; }
.list-box__header h3 { margin:0; color:var(--lb-dark); font-size:1.03rem; line-height:1.4;font-weight:700; }
.list-box__icon { display:flex; flex:0 0 34px; align-items:center; justify-content:center; width:34px; height:34px; border-radius:50%; background:#fff; box-shadow:0 2px 7px rgba(21,57,67,.13); }
.list-box__icon img { width:34px; height:34px; object-fit:contain; }
.list-box__content { margin-top:10px; color:var(--lb-text); font-size:.9375rem; line-height:1.5rem; }
.list-box__content > :first-child { margin-top:0; }.list-box__content > :last-child { margin-bottom:0; }
.list-box__content ul { margin:0; padding-left:0; }.list-box__content li { padding-left:0; }.list-box__content li + li { margin-top:.3rem; }
@media(max-width:900px){.list-boxes__grid--3{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:640px){.list-boxes__grid--2,.list-boxes__grid--3{grid-template-columns:1fr;}}

