.about_even_row .col-1-2 {
  float: right;
}

.about_even_row .col-1-2 + .col-1-2 {
  float: left;
}

@media only screen and (max-width: 767px) {

  .about_even_row .col-1-2,
  .about_even_row .col-1-2 + .col-1-2 {
    float: none;
  }

}