.z-index-up {
  z-index: 1;
}

* {
  box-sizing: border-box;
}

.block--process .wysiwyg {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .block--process .wysiwyg {
    margin-bottom: 40px;
  }
}
.block--process .columns {
  display: flex;
}
.block--process .column {
  flex: 1;
  padding: 0 15px;
  display: flex;
  flex-flow: column;
  width: 100%;
  flex: 1 1 auto;
  position: relative;
  padding-left: 75px;
  padding-top: 10px;
}
.block--process .column__number {
  width: 50px;
  height: 50px;
  background-color: #E1251B;
  color: #fff;
  border-radius: 50%;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 12px;
  top: 0px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .block--process .column {
    width: auto;
    flex: 1;
  }
  .block--process .column:after {
    display: none;
  }
}
.block--process .column__text {
  position: relative;
  flex: 1 1 auto;
  height: 100%;
  border-bottom: 2px solid #ccc;
  padding-bottom: 24px;
}
.block--process .column:last-child:after {
  display: none;
}
.block--process .column:last-child .column__text:after {
  display: none;
}
