.section-process{padding:6rem 0;background-color:var(--background-color)}.section-process--alt{background-color:var(--background-color-alt)}.section-process--head{display:grid;grid-template-columns:1fr 2fr;gap:2rem;margin-bottom:4rem}@media(max-width:768px){.section-process--head{grid-template-columns:1fr;gap:1rem}}.section-process__title{font-size:3rem;font-weight:500;max-width:20ch}@media(max-width:768px){.section-process__title{font-size:2rem}}.section-process__intro{font-size:1.25rem;font-weight:400;color:var(--foreground-color-alt);max-width:600px}.section-process__cards{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:992px){.section-process__cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.section-process__cards{grid-template-columns:1fr}}.process-card{position:relative}.process-card__number-bg{position:absolute;top:-20px;left:-10px;font-size:8rem;font-weight:700;color:rgba(var(--border-color-rgb),.4);line-height:1;z-index:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.process-card__icon{margin-bottom:1rem;position:relative;z-index:1;color:var(--primary-color)}.process-card__icon,.process-card__icon svg{width:40px;height:40px}.process-card__title{font-size:1.5rem;font-weight:500;color:var(--foreground-color);margin-bottom:1rem;position:relative;z-index:1}.process-card__description{font-size:1rem;line-height:1.6;margin:0;position:relative;z-index:1}
