.process{display:flex;flex-direction:column;gap:32px}.process .heading{align-items:center;display:flex;flex-direction:row;gap:16px;justify-content:space-between}.process .heading .section-heading{align-items:center;text-align:center;@media (min-width:600px){align-items:flex-start;flex-basis:40%;text-align:left}}.process .heading .heading--media{display:none;@media (min-width:600px){display:block;flex-basis:50%}}.process .process--single-img,.process--img{border-radius:10px;box-shadow:0 5px 10px #2e38621a;display:block;width:100%}.process--steps{display:flex;flex-direction:column;gap:32px;@media (min-width:600px){flex-direction:row;justify-content:space-between}}.process--step{flex:1;@media (min-width:600px){margin-top:calc(150px*var(--num))}align-items:center;display:flex;flex-direction:column}.process--step:not(:last-child):after{@media (max-width:600px){background-image:linear-gradient(#2e3862 33%,hsla(0,0%,100%,0) 0);background-repeat:repeat-y;background-size:1px 10px;content:"";display:inline-block;height:45px;margin-top:32px;width:1px}}.process--step-card{align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 5px 10px #2e38621a;display:flex;flex-direction:column;height:fit-content;padding:24px 16px;text-align:center}.process--step-index{color:#d8e0f289;display:block;line-height:0;margin:0;position:relative;top:0;@media (min-width:600px){top:2.25rem}}.process--step-name{margin-bottom:.35em;position:relative;z-index:100}.process--step-desc{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;z-index:100}.process--cta{margin-top:32px}