/*
  if we have only a header in the top white section, we remove the bottom padding to ensure
  80px padding in total (the space between the last item in the top section and the bottom
  border of the section.
 */
.title-section h1:last-child {
    margin-bottom: 0!important;
}

body {
  background-color: #f2f2f2;
}

.vertical-divider {
  border-left: 1px solid #ccc;
  height: 100%;
  margin: 0 auto;
}

.flex-basis-min {
  flex-basis: min-content;
}