.construct-content {
  height: 100%;
}

.constructWrapper {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;

  > div {
    flex-basis: 32.5%;
    flex-grow: 0;
    flex-shrink: 1;
    box-sizing: border-box;
    padding: 20px;
  }
}