.process-section{background:#000;color:#fff;padding:0;text-align:center}.process-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;justify-content:center;margin:0 auto;max-width:1400px}.process-step{flex:1 1 250px;max-width:220px;position:relative}.circle{border-top-left-radius:100px;border-top-right-radius:100px;height:50px;margin:0 auto;width:100px}.circle.bottom{border-bottom-left-radius:100px;border-bottom-right-radius:100px;border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.white-purple{background:linear-gradient(90deg,#eee 50%,#9354ff 0)}.purple-white{background:linear-gradient(90deg,#9354ff 50%,#eee 0)}.yellow-gray{background:linear-gradient(90deg,#f2ff3c 50%,#bbb 0)}.gray-yellow{background:linear-gradient(90deg,#bbb 50%,#f2ff3c 0)}.purple-gray{background:linear-gradient(90deg,#a678f2 50%,#bbb 0)}.white-yellow{background:linear-gradient(90deg,#eee 50%,#f2ff3c 0)}.process-step h3{color:#fff;font-size:1rem;margin:1rem 0 .5rem}.process-step p{color:#ccc;font-size:.9rem}