hra-footer-ui {
  position: relative;
}

hra-footer-ui::before {
  display: block;
  content: '';
  background-image: url('/content/dam/f1936-2/cloud-transfer/indiv/Skyline.svg');
  background-size: 520px auto;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  width: 1000px;
  height: 110px;
  position: absolute;
  left: 50%;
  top: -57px;
  margin-left: -500px;
}