<script>
 $(function() {
  var A = $('.t228__right_social_links');
  var B = $('.t228__right_buttons');
  A.replaceWith(B.clone());
  B.replaceWith(A);
 });
</script><style>
.t228__rightcontainer {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}
</style>