@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;500;700&display=swap);.steps-vertical-icons .title h2{text-align:center;margin:0;line-height:1.5;font-size:35px;font-weight:500}.steps-vertical-icons .steps{position:relative;padding-top:50px;padding-bottom:50px;max-width:700px;margin:20px auto;text-align:center}.steps-vertical-icons .steps:before{content:"";position:absolute;z-index:0;width:2px;background:#ff5100;top:0;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.steps-vertical-icons .steps .item{position:relative;z-index:1;border-radius:50%;width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:#fff;text-align:center;margin:30px auto;line-height:70px;border:2px solid #ff5100}.steps-vertical-icons .steps .item.orange{background:#ff5100}.steps-vertical-icons .steps .item img{width:35px}@media only screen and (max-width:576px){.steps-vertical-icons .title h2{font-size:22px}}