.step-content-section {
  flex: 2 1 auto;
  display: flex;
  flex-flow: row;
}

.step-content-section .step-content {
  width: 70%;
  padding: 20px 20px 20px 40px;
}

.step-content-section .step-content .ms-MessageBar {
  max-width: 460px;
}

.step-content-section .step-help {
  width: 30%;
  background: rgba( 248, 248, 248 ,  1 );
  background: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 );
  font-size: small;
  margin-right: 27px;
}

.step-content-section .step-help .step-help-container {
  padding: 20px 15px 20px 15px;
  background: rgba( 248, 248, 248 ,  1 );
  background: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 );
}
