.row.one-01 {
  flex-basis: auto;
}
.row.one-01 .column {
  flex-basis: auto;
}
.row.one-01 .column:nth-child(1), .row.one-01 .column:nth-child(3) {
  width: 5%;
}
.row.one-01 .column:nth-child(2) {
  width: 90%;
}

@media only screen and (min-width: 1000px) {
  .row.one-01 .column:nth-child(1), .row.one-01 .column:nth-child(3) {
    width: 10%;
  }
  .row.one-01 .column:nth-child(2) {
    width: 80%;
  }
}
