.steps-cm{margin:60px 0 20px;padding:0 30px}.steps-cm__step{align-items:center;border:1px solid #e6e6e6;border-radius:10px;box-shadow:0 4px 5px rgba(50,50,80,.1);display:flex;flex-direction:column;justify-content:center;margin:0 0 15px;padding:15px;position:relative;transition:all .1s ease-in-out;width:100%}.steps-cm__content *{color:var(--box-content-color)}.steps-cm__img{margin:0 30px 0 15px;min-height:80px}.steps-cm__img img{width:100px}.steps-cm__img{margin:0 0 10px}.steps-cm__content{line-height:24px}.steps-cm__link{cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%;z-index:99999}.steps-cm__content p{font-size:15px}.steps-cm__content h3{font-size:17px}@media(min-width:768px){.steps-cm__wrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.steps-cm__step{flex-basis:49%;flex-direction:column;margin:0 0 15px;padding:30px 30px 40px;text-align:center;width:49%}.steps-cm__step:last-child{margin-right:0}.steps-cm__img{margin:0 0 10px}.steps-cm__content{margin-bottom:auto}}@media(min-width:1024px){.steps-cm__wrapper{display:flex;justify-content:center}.steps-cm__step{flex-basis:24%;margin-right:1%;padding:30px 30px 40px;width:24%}.steps-cm.view-three .steps-cm__step{flex-basis:32%;width:32%}.steps-cm__arrow-right{align-items:center;border-radius:50%;display:flex;height:50px;justify-content:center;margin-left:10px;position:absolute;right:-30px;width:50px;z-index:99}.steps-cm__arrow-right:after{content:"";display:inline-block;height:12px;margin-left:-6px;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);width:12px}}