.step-process{align-items:start;display:grid;gap:var(--gap-lg);grid-template-columns:repeat(3,1fr)}@media not screen and (min-width:768px){.step-process{gap:var(--gap);grid-template-columns:1fr}}.step-process__connector{background-image:repeating-linear-gradient(90deg,var(--neutral50) 0,var(--neutral50) 5px,transparent 5px,transparent 10px);background-position:0;background-repeat:no-repeat;background-size:100% 1px;height:1px;left:calc(50% + 47px);position:absolute;top:64px;width:100%}.step-process__connector:after,.step-process__connector:before{background-color:var(--neutral50);border-radius:50%;content:"";height:6px;margin-top:-3px;position:absolute;top:50%;width:6px}.step-process__connector:before{left:0}.step-process__connector:after{right:3px}@media not screen and (min-width:768px){.step-process__connector{display:none}}.step-process__step{position:relative;text-align:center}@media not screen and (min-width:768px){.step-process__step{margin:0 auto;max-width:250px}}.step-process__step-number{color:var(--neutral60);font-size:1.4rem;letter-spacing:2px;margin-bottom:var(--gap-sm);text-transform:uppercase}.step-process__icon{align-items:center;background-color:var(--tertiary-color);border-radius:.8rem;display:flex;height:64px;justify-content:center;margin:0 auto;margin-bottom:var(--gap);padding:1.6rem;width:64px}.step-process__icon img{filter:grayscale(100%) brightness(100);height:32px;width:auto}.step-process__step-heading{margin-bottom:var(--gap-xs)}