.text-list{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}.text-list .text-list-left{display:flex;flex-direction:column;justify-content:space-between;gap:calc(100vw * 100 / var(--base-width))}.text-list .text-list-item{border-top:1px solid rgba(30,30,31,.1);padding-block:20px;display:flex;gap:20px;align-items:center}.text-list .text-list-item:before{content:"";width:6px;height:6px;border-radius:50%;background-color:#000}.text-list .text-list-item:last-child{border-bottom:1px solid rgba(30,30,31,.1)}@media (max-width:768px){.text-list{grid-template-columns:repeat(1,1fr);gap:calc(100vw * 40 / var(--base-width))}.text-list .text-list-image{margin-inline:calc(var(--page-padding) * -1);order:-1}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/text-list.css.map */
