.custom-md-list-with-image{margin-top:2rem;margin-bottom:2rem;display:flex;align-items:center;gap:1rem}.custom-md-list-with-image img{margin:0;height:3rem;width:3rem;min-width:3rem;-o-object-fit:contain;object-fit:contain}.custom-md-list-with-image svg{margin:0;height:2rem;width:2rem;min-width:2rem;color:hsl(var(--primary))}.custom-md-list-with-image>:nth-child(2){display:flex;flex-direction:column}.custom-md-list-with-image>:nth-child(2)>:first-child{font-size:1.125rem;line-height:1.75rem;font-weight:600;color:hsl(var(--primary))}.custom-md-ol ol{counter-reset:myOrderedListItemsCounter}.custom-md-ol>ol>li{position:relative;list-style-type:none}.custom-md-ol>ol>li:before{counter-increment:myOrderedListItemsCounter;content:counter(myOrderedListItemsCounter);position:absolute;left:-1.5rem;top:.125rem;z-index:-10;display:inline-flex;width:1.25rem;height:1.25rem;align-items:center;justify-content:center;border-radius:9999px;background-color:hsl(var(--muted));font-weight:600;color:hsl(var(--primary))}