@charset "UTF-8";

/*
Theme Name: ISO Consulting
Author: the 23Digital team
Author URI: https://www.23digital.com.au/
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/


.autotab_box_main .row.row_reverse.even .col-sm-12:first-child {
    order: 1;
}

.autotab_box_main .row.row_reverse.even .col-sm-12:last-child {
    order: 2;
}

.autotab_box_main .row.row_reverse.odd .col-sm-12:first-child {
    order: 2;
}

.autotab_box_main .row.row_reverse.odd .col-sm-12:last-child {
    order: 1;
}