.process-grid{gap:14px;border:0}
.process-grid article{min-height:360px;padding:28px 26px;border:0;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;background-size:cover;background-position:center;color:#fff;box-shadow:0 16px 38px rgba(8,19,38,.13);transition:transform .3s ease,box-shadow .3s ease}
.process-grid article:before{display:none}
.process-grid article:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,14,27,.22) 0%,rgba(6,14,27,.28) 35%,rgba(6,14,27,.96) 100%);z-index:0}
.process-grid article:hover{transform:translateY(-6px);box-shadow:0 22px 48px rgba(8,19,38,.22)}
.process-grid article>*{position:relative;z-index:1}
.process-grid span{width:43px;height:43px;display:grid;place-items:center;background:#ff8700;color:#101722;font-size:.72rem;font-weight:800}
.process-grid h3{font-size:1.15rem;margin:0 0 11px;color:#fff}
.process-grid p{color:#d7dde7;font-size:.8rem;line-height:1.65;margin:0}
.process-requirement{background-image:url('requirement-consultation.png');background-position:46% center!important}
.process-proposal{background-image:url('hardware-printing.png');background-position:62% center!important}
.process-deploy{background-image:url('network-infrastructure.png');background-position:38% center!important}
.process-support{background-image:url('ongoing-support.png');background-position:62% center!important}
@media(max-width:720px){.process-grid article{min-height:310px}.process-grid h3{margin:0 0 10px}}
