.move-to-lee-container{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 16px;
margin-bottom: 18px;
font-size: 18px;
}

.move-to-lee-btn{
    all: unset;
    background-color: #fff;
    color: #467DF5;
    height: 54px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #467DF5;
    cursor: pointer;
}

.move-to-lee-btn-text {
display: flex;
justify-content: center;
align-items: center;
flex: 1;
gap: 8px;
font-size: 18px;
}