.numbered-list__row{display:flex;flex-direction:column;gap:1.5rem;max-width:870px}.numbered-list__items{display:flex;flex-direction:column;gap:2rem;margin-top:.5rem}.numbered-list__item{display:flex;flex-direction:column;gap:.75rem}.numbered-list__item-top{align-items:center;display:flex;flex-direction:row;gap:.625rem}.numbered-list__item-title{font-family:Inter,sans-serif;font-weight:600;line-height:1.5}.numbered-list__number{align-items:center;background-color:var(--purple-light);border-radius:50%;color:var(--white);display:flex;flex-shrink:0;font-family:Transgender Grotesk,sans-serif;font-size:1.125rem;font-weight:500;height:2.5rem;justify-content:center;width:2.5rem}@media screen and (min-width:1024px){.numbered-list__number{font-size:1.5rem;height:49px;width:49px}}.numbered-list__body{display:flex;justify-content:flex-end}.numbered-list__bullets{color:var(--text-black);font-weight:300;line-height:1.65;margin:0;padding-left:1.25rem;width:85%}@media screen and (min-width:550px){.numbered-list__bullets{width:91%}}.numbered-list__bullets li+li{margin-top:.5rem}