@media screen and (max-width: 768px) {
  .news-list .column:first-child {    
    order: 1;
    margin-bottom: 1.875rem;
  }
}