body main section:first-of-type{grid-template-columns:1fr;gap:2rem;display:grid}@media not (max-width:768px){body main section:first-of-type{grid-template-columns:1fr 1fr}}@media not (max-width:1024px){body main section:first-of-type{grid-template-columns:repeat(3,1fr)}}body main section:first-of-type h2{grid-column:1/-1}body main section:first-of-type article{--base-color:var(--u-decoration-color);background-color:var(--u-body-bg-color);border:1px solid var(--u-template-border-color);box-shadow:0 2px 5px 0 oklch(from var(--u-decoration-color)l c h/.1),0 5px 3px 0 #0000000d;border-radius:.5rem;padding:2rem}body main section:first-of-type article>i{color:var(--base-color);background-color:oklch(from var(--base-color)l c h/.1);border-radius:.5rem;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:2rem;display:flex}body main section:first-of-type article>i.us.us-list:before{content:"ï"}body main section:first-of-type article>i:before{justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}body main section:first-of-type article h3{fill-size:2rem;align-items:center;gap:1rem;font-weight:700;display:flex}body main section:first-of-type article h3 span:nth-child(2){color:var(--base-color);background-color:oklch(from var(--base-color)l c h/.1);border:1px solid var(--base-color);border-radius:.25rem;justify-content:center;align-items:center;height:100%;padding:.25rem .5rem;font-size:1rem;font-weight:400;display:flex}body main section:first-of-type article p{color:var(--u-text-subtitle-color)}
