.section {
  height: 100vh;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 479px) {
  .section {
    align-items: stretch;
  }
}
