.bullets__item{align-items:flex-start;display:flex;gap:24px;opacity:.2;transform:translateY(12px);transition:opacity .4s ease-out,transform .4s ease-out}.bullets__item.bullets__item--visible{opacity:1;transform:translateY(0)}.bullets .row{margin:0}.bullets .col{padding:0 48px 0 0}.bullets .col:not(:last-child){margin-bottom:48px}.bullets h1,.bullets h2,.bullets h3,.bullets h4,.bullets h5,.bullets h6{margin-bottom:.4em}.bullets__icon-inner{align-items:center;background:var(--bullets-circle-bg);border-radius:50%;display:inline-flex;height:var(--bullets-circle-size-desktop,48px);justify-content:center;width:var(--bullets-circle-size-desktop,48px)}.bullets__icon-inner img{display:block;max-height:100%;max-width:100%}.bullets__desc,.bullets__text,.bullets__text *{margin-top:var(--bullets-text-offset-desktop,.12em)}@media (max-width:767px){.bullets .row{margin:0 -12px}.bullets .col{padding:0 12px}.bullets .col:not(:last-child){margin-bottom:24px}.bullets__icon-inner{height:var(--bullets-circle-size-mobile,40px);width:var(--bullets-circle-size-mobile,40px)}.bullets__desc,.bullets__text,.bullets__text *{margin-top:var(--bullets-text-offset-mobile,.16em)}}