CSS to move the navigation arrows to centre

CSS to move the navigation arrows to centre:

.ss-classic-footer--old .ss_classic_footer_right_content_wrap{
right: 50%;
transform: translateX(50%);
}