.steps-section{position:relative}.steps-section:before{content:"";position:absolute;top:99px;width:100%;height:1px;background:#ff9e1a}.steps-section .steps-boxes{display:flex;justify-content:space-between;-moz-column-gap:10%;column-gap:10%}.steps-section .steps-boxes>div{position:relative;flex:1}.steps-section .step-number{position:relative;display:flex;justify-content:center;align-items:center;width:65px;height:65px;font-size:18px;font-weight:bold;border:solid 2px #674230;background:#fcf8ed;border-radius:50%;margin-bottom:60px}.steps-section .step-number:after{content:"";position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);background:#ff9e1a;width:15px;height:15px;border-radius:50%}.steps-section .step-title{color:#2b2b2b;font-size:22px;font-weight:bold;padding-bottom:20px}.steps-section .step-description{font-size:18px;font-weight:500}@media(max-width: 960px){.steps-section:before{display:none}.steps-section .steps-boxes{flex-direction:column;row-gap:30px;text-align:center}.steps-section .steps-boxes>div{width:500px;margin:0 auto;max-width:100%}.steps-section .step-number{margin:0px auto 10px auto}.steps-section .step-number:after{display:none}}/*# sourceMappingURL=steps-section.css.map */