.instructions-state {
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  overflow: hidden;
  padding: 0 !important;
}

.instructions-state .instructions-content {
  width: 100%;
  display: flex;
  flex: 1;
}