ol.list-steps li.step .step-body{
  word-break: break-all;
}

ol.list-steps li.step .step-img .step-img-item {
  margin: 20px auto 0;
  display: block;
}

.image-center {
  text-align: center;
  margin-top: 30px;
}

.image-center img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.layout-flex > .col-image {
  padding: 30px;
  flex-shrink: 0;
}

.layout-flex > .col-text {
  padding: 0 20px 20px;
  flex-grow: 1;
}

@media only screen and (min-width: 601px) {
  ol.list-steps li.step.col2 {
    width: 460px;
  }

  ol.list-steps li.step .step-img .step-img-item {
    margin: 0;
    display: inline-block;
  }
  
  ol.list-steps li.step .step-img .step-img-item:not(:first-child) {
    margin-left: 20px;
  }

  .image-center {
    margin-top: 20px;
  }

  .layout-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }  

  .layout-flex > .col-image {
    padding: 20px 30px;
  }

  .layout-flex > .col-text {
    padding: 30px 30px 30px 0;
  }
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-ta-r {
  text-align: right;
}

@media only screen and (min-width: 601px) {
  .u-pc-w-34 {
    width: 34% !important;
  }
}