.sd-footer {
  height: 120px;
}
.sd-footer-fixed {
  position: fixed;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 200;
}
.sd-footer-content {
  flex: 1;
  text-align: center;
}
