.button-group{display:flex;flex-direction:column;gap:20px}.button-group__item{align-content:center;align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.08);color:#6a6a6a;display:flex;justify-content:space-between;padding:30px 20px;text-decoration:none;transition:all .3s ease-in-out;width:100%}.button-group__item:hover{background-color:#f18627;color:#fff;transition:all .3s ease-in-out}.button-group__item .button-group__item__icon svg{width:37px}.button-group__item .button-group__item__icon svg path{fill:#0a67b1;transition:all .3s ease-in-out}.button-group__item:hover .button-group__item__icon svg path{fill:#fff;transition:all .3s ease-in-out}.button-group__item:hover .button-group__item__arrow{background-color:#fff;border-radius:4px;transition:all .3s ease-in-out}.button-group__item__arrow{align-items:center;background-color:#d7d7d7;border-radius:4px;display:flex;justify-content:center;padding:10px;width:32px}.button-group__item__arrow svg{width:18px}.button-group__item__arrow svg path{fill:#6a6a6a;transition:all .3s ease-in-out}.button-group__item:hover .button-group__item__arrow svg path{fill:#f18627;transition:all .3s ease-in-out}.button-group__item__text{font-size:19px;font-weight:600;padding:20px;width:100%}