.image-with-text__list{display:flex;flex-flow:column;gap:32px}.image-with-text__grid{--gutter:40px;gap:40px 0}.image-with-text__grid>:last-child{display:flex;flex-flow:column;justify-content:space-between}.image-with-text__img img{border-radius:32px}.image-with-text-item{padding-top:32px;position:relative}.image-with-text-item>*{opacity:0;transition:.5s opacity ease-in-out calc(var(--index) * 400ms)}.image-with-text-item::before{content:"";display:block;width:100%;height:1px;background-color:var(--color);position:absolute;top:0;left:0;transition:.5s transform ease-in-out calc(var(--index) * 400ms);transform:scaleX(0);transform-origin:0 0}.image-with-text.animate .image-with-text-item::before{transform:scaleX(1)}.image-with-text.animate .image-with-text-item>*{opacity:1}