.content-list ul{list-style:none;margin:3rem 0 0;padding:0}.content-list--2 ul,.content-list--3 ul{margin-top:5rem}.content-list ul>li{display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--gap-sm)}.content-list ul>li:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='none' viewBox='0 0 512 512'%3E%3Cg clip-path='url(%23a)'%3E%3Crect width='512' height='512' fill='%23000' rx='256'/%3E%3Cpath fill='%2343FFDC' d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0 0 114.6 0 256s114.6 256 256 256m113-303L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h512v512H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");content:"";height:2.6rem;position:relative;top:1px;width:2.6rem;-ms-flex-negative:0;background-size:contain;flex-shrink:0}.content-list ul>li+li{margin-top:2rem}@media (min-width:768px){.content-list--2-col ul,.content-list--3-col ul{display:grid;grid-gap:var(--gap-md)}.content-list--2-col ul>li+li,.content-list--3-col ul>li+li{margin-top:0}.content-list--2-col ul{grid-template-columns:repeat(2,1fr)}.content-list--3-col ul{grid-template-columns:repeat(3,1fr)}.content-list--large-bullets ul>li{font-size:2.2rem}.content-list--large-bullets ul>li:before{height:3rem;width:3rem}}