.has-pushed-down-footer-child {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.has-pushed-down-footer-child > :nth-last-child(2) {
  flex-grow: 1;
}