.list-item-container{display:flex;flex-wrap:wrap;gap:24px;align-items:stretch;counter-reset:item;margin-bottom:var(--spacing-padding-s)}.list-item{font-size:16px;line-height:25px;letter-spacing:0;flex:0 0 calc((100% - 48px) / 3);padding:16px;border-radius:4px;border:1px solid var(--white--150);display:flex;flex-direction:column;backdrop-filter:blur(16px);counter-increment:item}.list-item-counter::before{content:counter(item,lower-alpha);font-weight:700;font-size:14px;line-height:25;color:var(--white--900);display:inline-flex;padding:5px 10px;justify-content:center;align-items:center;border-radius:25px;background:var(--accent---superior--blue--500);height:35px;min-width:37px;text-transform:uppercase;margin-bottom:24px}.list-item-title{color:var(--l-p--text---offwhite-900);font-weight:700;font-size:18px;line-height:25px;letter-spacing:0;margin-bottom:4px}.list-item-text p:last-of-type{margin-bottom:0}@media (max-width:1199px){.list-item-container{gap:16px}.list-item{flex:0 0 calc((100% - 48px) / 3);font-size:14px;line-height:20px;padding:12px}.list-item-counter::before{content:counter(item,lower-alpha);font-size:12px;line-height:20;height:22px;min-width:26px;margin-bottom:16px;padding:2px 5px 2px 5px}.list-item-title{font-size:16px;line-height:25px}}@media (max-width:639px){.list-item-container{gap:8px}.list-item{flex:0 0 100%;font-size:12px;line-height:16px;padding:12px;flex-direction:row;gap:16px}.list-item-counter{margin-top:2px;margin-bottom:0}}