.process-section{width:100%;padding:0px 0px 70px;box-sizing:border-box}.process-section .process__content{width:90%;max-width:1350px;margin:0 auto}.process-section .process__title{font-weight:500;color:#333333;margin-bottom:20px;text-align:center}.process-section .process__description{width:100%;font-weight:400;color:#333333;line-height:30px;margin-bottom:40px;text-align:left}.process-section .process__list{background:#FFFFFF;box-shadow:0px 0px 30px 2px rgba(0, 0, 0, 0.07);border-radius:20px;display:flex;flex-direction:column;align-items:stretch;padding-bottom:50px}.process-section .process__item{width:100%;padding:30px 50px;box-sizing:border-box;margin-bottom:30px;position:relative;display:flex;flex-direction:row;align-items:flex-start}.process-section .process__item::before{position:absolute;content:"";top:120px;left:85px;width:1px;height:calc(100% - 80px);background-image:linear-gradient(to bottom, #FE591B 0, #FE591B 10px, transparent 10px, transparent 20px);background-size:2px 20px}.process-section .process__item-icon{width:70px;height:70px;flex-shrink:0;margin-right:20px;position:relative}.process-section .process__item-icon img{width:100%;height:100%;object-fit:cover}.process-section .process__item-text{flex:1;padding-top:20px;box-sizing:border-box;text-align:left}.process-section .process__item-title{font-weight:500;color:#FE591B;margin-bottom:20px}.process-section .process__item-description{font-weight:300;color:#333333;line-height:30px;margin-bottom:10px}.process-section .process__item-number{font-weight:900;font-size:80px;color:rgba(0, 153, 254, 0.8);position:absolute;bottom:0px;right:50px}@media screen and (max-width:760px){.process-section .process__item{padding:30px 20px}.process-section .process__item::before{top:100px;left:44px;height:calc(100% - 60px)}.process-section .process__item-icon{width:50px;height:50px;margin-right:10px}.process-section .process__item-text{padding-top:5px}.process-section .process__item-number{font-size:50px}}