 
/***************
** Mobile landscape
***************/

@media only screen and (min-width: 576px) {

    /**********************
    ** Text blocks etc
    ***********************/
    section.block .columns
    {
        column-count: 2;
    }

}