.flex-container {
  padding-bottom: 65px;
  @media (min-width: 768px) {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    padding-bottom: 0px;
  }

  &.centered {
    justify-content: center;
    align-items: center;
  }
}
