.steps-of-process .inner .steps-outer{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.steps-of-process .inner .steps-outer .steps{width:calc(25% - 15px)}.steps-of-process .inner .top-head h3{margin-bottom:10px;text-align:center}.steps-of-process .inner .main-head h2{margin-bottom:30px;text-align:center}.steps-of-process .inner .descr p{text-align:center}.steps-of-process .inner .steps-outer .steps .icon-tit{align-items:center;display:flex;gap:20px;margin-bottom:15px}.steps-of-process .inner .steps-outer .steps .icon-tit .icon img,.steps-of-process .inner .steps-outer .steps .icon-tit .icon svg{height:47px;width:47px}.steps-of-process .inner .steps-outer .steps .icon-tit .icon img{object-fit:contain}.steps-of-process .inner .steps-outer .steps .number{border-radius:30px;color:#fff;display:inline-block;margin-bottom:20px;padding:8px 11px;position:relative;text-transform:uppercase;transition:.5s ease-in-out!important;-moz-transition:.5s ease-in-out!important;-o-transition:.5s ease-in-out!important;-ms-transition:.5s ease-in-out!important}.steps-of-process .inner .steps-outer .steps .title{padding-right:10px}.steps-of-process .inner .steps-outer .steps .title a h5{margin-bottom:0}.steps-of-process .inner .steps-outer .steps .descri p{margin-bottom:25px}.steps-of-process .inner .steps-outer .steps:hover .number{animation:bounce;animation-duration:1s}@media only screen and (min-width:220px) and (max-width:767px){.steps-of-process .inner .steps-outer{flex-wrap:wrap;gap:30px}.steps-of-process .inner .steps-outer .steps{width:100%}}@media only screen and (min-width:768px) and (max-width:1024px){.steps-of-process .inner .steps-outer{flex-wrap:wrap;gap:15px;row-gap:50px}.steps-of-process .inner .steps-outer .steps{width:48%}}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}