.step-body-2colum {
  display: flex;
}

.step-body-2colum-item {
  max-width: 50%;
  padding: 20px;
}

.step-body-2colum-item > .step-img {
  margin-bottom: 30px;
}

.step-body-2colum-item > .step-img > img {
  float: none!important;
  margin: 0!important;
}

.step-body-2colum-item + .step-body-2colum-item {
  background-color: #fff;
}

.step-body-title {
  text-align: center;
}