
.step_left {
  float: left;
  width: 300px;
  margin: 20px 0px 20px 0px;
}
.step_right {
  float: right;
  width: 420px;
  margin: 20px 0px 20px 0px;
}
.arrow {
  clear: both;
  text-align: center;
}
