.reshob_process{padding:48px 0;overflow:hidden;background:#f1f4f6}.reshob_process .process-header{max-width:700px;margin:0 auto 3rem;text-align:center}.reshob_process .process-header p{margin:.75rem 0 0;color:#454651}.reshob_process .process-title{margin:0;font-size:1.85rem;line-height:1.25;font-weight:700}.reshob_process .process-steps{position:relative;display:grid;grid-template-columns:1fr;gap:1.5rem}.reshob_process .process-step{position:relative;z-index:1;display:flex;min-height:100%;flex-direction:column;align-items:center;padding:2rem;border:1px solid #c6c5d3;border-radius:8px;background:#fff;text-align:center;box-shadow:0 10px 30px rgba(18,38,116,.07);transition:transform .2s ease}.reshob_process .process-step:hover{transform:translateY(-4px)}.reshob_process .process-step h3{margin:1.25rem 0 .75rem;font-size:1.45rem;line-height:1.25;font-weight:700}.reshob_process .process-step p{margin:0;color:#454651;line-height:1.65}.reshob_process .process-number{display:inline-flex;width:4rem;height:4rem;align-items:center;justify-content:center;border-radius:50%;background:#122674;color:#fff;font-family:"Hanken Grotesk",sans-serif !important;font-size:1.45rem;font-weight:700}@media screen and (min-width: 768px){.reshob_process .process-steps{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media screen and (min-width: 992px){.reshob_process{padding:80px 0}.reshob_process .process-title{font-size:2rem}}