.problem-list{color:var(--black);padding:5rem 1rem}.problem-list--light{color:#fff}.problem-list__inner{margin:0 auto;max-width:1100px}.problem-list__heading{margin-bottom:1rem;text-align:center}.problem-list__heading h1,.problem-list__heading h2,.problem-list__heading h3{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15;margin:0}.problem-list__intro{font-size:1.125rem;line-height:1.55;margin:0 auto 2.5rem;max-width:720px;text-align:center}.problem-list__intro p{margin:0}.problem-list__heading+.problem-list__items{margin-top:2.5rem}.problem-list__items{display:grid;gap:1.25rem 2.5rem;list-style:none;margin:0;padding:0}.problem-list--cols-1 .problem-list__items{grid-template-columns:1fr;margin-left:auto;margin-right:auto;max-width:720px}.problem-list--cols-2 .problem-list__items{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:720px){.problem-list--cols-2 .problem-list__items{grid-template-columns:1fr}}.problem-list__item{align-items:flex-start;display:flex;font-size:1.125rem;gap:1rem;line-height:1.5}.problem-list__icon{align-items:center;border-radius:9999px;display:inline-flex;flex-shrink:0;height:32px;justify-content:center;margin-top:.1em;width:32px}.problem-list__icon svg{display:block;height:18px;width:18px}.problem-list__text{flex:1}.problem-list--accent-teal .problem-list__icon{background:var(--teal);color:var(--black)}.problem-list--accent-navy .problem-list__icon{background:var(--navy);color:#fff}.problem-list--accent-blue .problem-list__icon{background:var(--blue);color:#fff}.problem-list--accent-purple .problem-list__icon{background:var(--purple);color:#fff}.problem-list--accent-pink .problem-list__icon{background:var(--pink);color:var(--black)}.problem-list--accent-maroon .problem-list__icon{background:var(--maroon);color:#fff}.problem-list--accent-red .problem-list__icon{background:var(--red);color:#fff}.problem-list--accent-forest .problem-list__icon{background:var(--forest);color:#fff}.problem-list--accent-green .problem-list__icon{background:var(--green);color:var(--black)}.problem-list--accent-lime .problem-list__icon{background:var(--lime);color:var(--black)}@media (max-width:720px){.problem-list{padding:3.5rem 1rem}.problem-list__item{font-size:1rem}}