.bi-box-arrow-in-right{
    transition: transform 0.5s ease;
}
button:hover .bi-box-arrow-in-right{
    transform: translateX(5px);
}