/*!/wp-content/themes/json-theme/blocks/animatedsteps/style.css*/.animatedsteps{overflow:hidden;color:var(--wp--preset--color--neutral-colours-green-grey)}.animatedsteps .step{position:relative;transition:color .3s ease}.animatedsteps .step::before{content:'';display:block;width:1px;height:100%;position:absolute;top:0;left:0;background:var(--wp--preset--color--neutral-colours-green-grey)}.animatedsteps .active{color:var(--wp--preset--color--colour-shade-shade-3)}.animatedsteps .number{font-size:18px;font-weight:600;line-height:1.5556}.animatedsteps h3{margin:8px 0;color:var(--wp--preset--color--neutral-colours-green-grey);transition:color .3s ease}.animatedsteps .active h3{color:var(--wp--preset--color--colour-shade-shade-3)}@media (min-width:992px) and (max-width:1199px){.animatedsteps h3{font-size:24px}}@media (max-width:991px){.animatedsteps .step::before{width:100%;height:1px;top:-20px}}