.process-btn-wrap{display:flex;margin-top:20px;width:100%}.process-btn-wrap--left{justify-content:flex-start}.process-btn-wrap--center{justify-content:center}.process-btn-wrap--right{justify-content:flex-end}.process-btn{align-items:center;background:#e5bd00;border-radius:999px;box-sizing:border-box;column-gap:16px;display:grid;font-family:inherit;grid-template-columns:42px minmax(0,1fr);max-width:100%;min-height:75px;padding:.55em 1.4em;text-decoration:none;transition:all .25s ease;width:fit-content}.process-btn:hover{box-shadow:0 12px 24px rgba(0,0,0,.15);color:#2f3d52;transform:translateY(-2px)}.process-btn__icon{align-items:center;border-radius:50%;display:flex;height:42px;justify-content:center;width:42px}.process-btn__icon img{display:block;height:42px;object-fit:contain;width:42px}.process-btn__text{display:block;font-size:25px;font-weight:700;hyphens:auto;line-height:1.2;max-width:100%;min-width:0;overflow-wrap:break-word;white-space:normal;width:100%;word-break:normal}@media (max-width:1024px){.process-btn{column-gap:12px;grid-template-columns:36px minmax(0,1fr);min-height:68px;padding:.65em 1.1em;width:fit-content}.process-btn__icon{height:36px;width:36px}.process-btn__icon img{height:24px;width:24px}.process-btn__text{font-size:18px;line-height:1.25}}@media (min-width:768px) and (max-width:1024px) and (orientation:portrait){.process-btn__text{font-size:16px;line-height:1.3}}@media (max-width:767px){.process-btn-wrap{margin-top:30px}.process-btn{column-gap:10px;grid-template-columns:32px minmax(0,1fr);min-height:60px;padding:.7em 1em;width:fit-content}.process-btn__icon{height:32px;width:32px}.process-btn__icon img{height:20px;width:20px}.process-btn__text{font-size:16px;line-height:1.3}}