.custom-button-group{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;width:100%}.custom-button-group__btn{align-items:center;background-color:orange;border-radius:999px;box-sizing:border-box;color:#fff;display:inline-flex;font-weight:500;justify-content:center;line-height:1.2;min-width:220px;padding:16px 28px;text-align:center;text-decoration:none;transition:opacity .25s ease,transform .25s ease}.custom-button-group__btn:focus,.custom-button-group__btn:hover{color:#fff;opacity:.9;text-decoration:none;transform:translateY(-1px)}@media (max-width:767px){.custom-button-group{flex-direction:column;gap:12px}.custom-button-group__btn{font-size:15px;max-width:320px;min-width:unset;padding:15px 20px;width:100%}}