.texti-icon { width:28px; height:28px; flex:0 0 28px; fill:none; stroke:currentColor; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; color:var(--blue); vertical-align:middle; }
.texti-problem-grid p { display:flex; align-items:center; gap:14px; padding-left:28px; }
.texti-problem-grid p::before { display:none; }
.texti-included-grid h3 { display:flex; align-items:center; gap:12px; }
.texti-growth-line { display:grid; grid-template-columns:1fr auto 1fr auto 1fr auto 1fr; align-items:center; gap:18px; }
.texti-growth-line span { display:flex; flex-direction:column; align-items:center; gap:10px; text-align:center; }
.texti-growth-line .texti-icon { color:var(--ink); }
.texti-icon-wrap { width:52px; height:52px; display:grid; place-items:center; border:1px solid #7c9aa2; border-radius:50%; font-style:normal; }
.texti-icon-wrap .texti-icon { width:28px; height:28px; }
.texti-process li { padding-top:48px; }
@media (max-width:800px) { .texti-problem-grid p { padding-left:20px; }.texti-icon { width:24px; height:24px; flex-basis:24px; }.texti-growth-line { display:flex; flex-direction:column; gap:14px; }.texti-growth-line b { transform:rotate(90deg); }.texti-icon-wrap { width:44px; height:44px; } }
