.row.two-03 {
  flex-basis: auto;
}
.row.two-03 .column {
  flex-basis: auto;
}
.row.two-03 .column:nth-child(1) {
  width: 100%;
  margin-bottom: 21px;
}
.row.two-03 .column:nth-child(2) {
  width: 0;
}
.row.two-03 .column:nth-child(3) {
  width: 100%;
}

@media only screen and (min-width: 1000px) {
  .row.two-03 .column:nth-child(1), .row.two-03 .column:nth-child(3) {
    width: 47.5%;
  }
  .row.two-03 .column:nth-child(2) {
    width: 5%;
  }
}
