.orb{display:flex;flex-direction:column;gap:1rem;align-items:center;padding:0;position:relative}@media (min-width:992px){.orb{display:grid;grid-template-columns:1fr 1.5fr 1fr;grid-template-rows:1fr 1fr auto;align-content:center;justify-items:center}}.orb__ball{aspect-ratio:1;width:100%;border-radius:50%;display:flex;text-align:center;padding:1rem;margin:0.5rem;align-items:center;flex-direction:column;justify-content:center;--ece-heading-color: #fff}@media (min-width:992px){.orb__ball{grid-column:2;grid-row:1 / span 2}}.orb__ball-text{max-width:18ch;font-weight:600;color:#fff;word-break:break-word}.orb__ball-icon{height:auto;width:100%}.orb__item{padding:calc(var(--ece-gutter-x) * .5);color:var(--ece-body-color);display:flex;flex-direction:row;gap:calc(var(--ece-gutter-x) * 0.5);align-items:center;width:100%}.orb__item-icon{width:auto;max-width:65px}.orb__item-icon img{height:50px;object-fit:cover}.orb__item-text .text-right{text-align:left}@media (min-width:992px){.orb__item-text .text-right{text-align:right}}@media (min-width:992px){.orb__item--odd{flex-direction:row-reverse}.orb__item--odd[class*=" theme-"]{padding-right:3rem;clip-path:polygon(0 0, 87% 0, 100% 50%, 87% 100%, 0 100%)}}@media (min-width:992px){.orb__item--even[class*=" theme-"]{padding-left:3rem;clip-path:polygon(0 50%, 13% 0, 100% 0, 100% 100%, 13% 100%)}}@media (min-width:992px){.orb:has(.orb__item:nth-child(5)) .orb__ball{grid-row:1 / span 3}.orb:has(.orb__item:nth-child(7)) .orb__ball{grid-row:1 / span 4}.orb:has(.orb__item:nth-child(9)) .orb__ball{grid-row:1 / span 5}}