/**
Theme Name: HelloWebsite
Author: Hellowebsite
Author URI: https://www.hellowebsite.be
Description: Website design with systematic for your company.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hellowebsite
Template: astra
*/

/* Middenkolom naar rechts op mobiel als laatste kolom verborgen is */
@media (max-width: 768px) {
  .elementor-column:nth-child(2) {
    margin-left: auto;
  }
}
