.processSteps{margin:0 auto;max-width:800px;padding:0 20px;text-align:center}.process{display:flex;flex-direction:row;flex-wrap:wrap;gap:25px 2%;justify-content:space-between;margin-top:50px;padding:0 15px;text-align:center;width:100%}.process__item{padding:15px 35px;position:relative;text-align:center;transition:.4s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:32%}.process__item:hover{background:#f2f2f2}.process__item:hover .process__number{color:#003c71;transform:translateY(5px)}.process__number{font-size:50px;-webkit-text-stroke:1px #404040;color:transparent;font-weight:700;transition:.4s ease-in-out}.process__number,.process__title{display:block;font-family:AvenirNextLTPro-Bold,sans-serif}.process__title{color:#404040;font-size:21px;letter-spacing:1.5px;margin-top:25px}.process__subtitle{color:#404040;display:block;font-family:#404040;font-size:16px;line-height:26px;margin-top:15px}.process__item:not(:last-of-type):after{background:#8c8c8c;content:"";height:75%;opacity:.2;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}@media (max-width:991px){.process__item{padding:15px;width:48%}.process__item:not(:last-of-type):after{width:0}}@media (max-width:767px){.process__item{padding:15px;width:100%}}