.pattern-steps__content :is(h2,p){margin-left:auto;margin-right:auto;max-width:640px}.pattern-steps__icon{width:50px;height:50px}.pattern-steps__steps{display:grid;grid-template-columns:1fr;gap:var(--wp--preset--spacing--xl);justify-content:center}@media(min-width:768px){.pattern-steps__steps{grid-template-columns:repeat(3,1fr);gap:var(--wp--preset--spacing--lg)}}.pattern-steps__step{position:relative}.pattern-steps__step h3{max-width:303px;margin-left:auto;margin-right:auto}.pattern-steps__step p{max-width:220px;margin-left:auto;margin-right:auto}.pattern-steps__step::before{content:"";display:none;position:absolute;top:24px;left:calc(50% + 25px + 32px);width:calc(100% + var(--wp--preset--spacing--lg) - 50px - 64px - 12px);height:2px;background-color:#f2f7f51f}.pattern-steps__step::after{content:"";display:none;position:absolute;top:21px;left:calc(50% + 25px + 32px + 100% + var(--wp--preset--spacing--lg) - 50px - 64px - 12px);width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:12px solid #f2f7f51f}@media(min-width:768px){.pattern-steps__step::before,.pattern-steps__step::after{display:block}}.pattern-steps__step:last-child::before,.pattern-steps__step:last-child::after{content:none}