<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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;
  }

}</pre></body></html>