.jake-process-steps{margin:0 auto;max-width:1200px;padding:2rem}.jake-process-steps__grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.jake-process-steps__item{align-items:center;display:flex;flex:1;flex-direction:column;min-width:200px;text-align:center}.jake-process-steps__number-wrapper{align-items:center;border:2px solid #516f84;border-radius:50%;display:flex;height:60px;justify-content:center;margin-bottom:1rem;transition:all .3s ease;width:60px}.jake-process-steps__number{color:#516f84;font-size:1.5rem;font-weight:600}.jake-process-steps__number-wrapper:hover{background-color:#516f84}.jake-process-steps__number-wrapper:hover .jake-process-steps__number{color:#fff}.jake-process-steps__text{color:#516f84;max-width:200px}.jake-process-steps--mobile{padding:1rem}.jake-process-steps__grid--mobile{align-items:center;flex-direction:column}.jake-process-steps__item--mobile{max-width:300px;width:100%}@media (max-width:768px){.jake-process-steps{padding:1rem}.jake-process-steps__grid{align-items:center;flex-direction:column}.jake-process-steps__item{max-width:300px;width:100%}}