/*
Theme Name: graciasdivi
Theme URI: https://www.pavelgracias.cz
Description: Child theme of Divi theme for the Divi theme
Author: Pavel Gracias
Author URI: https://www.pavelgracias.cz
Template: Divi
Version: 5.0.0.9
*/

/* The plugin now uses the recommended approach for loading the css files.*/

/***************/
/*** GRACIAS ***/
/***************/

.text_cols_2 .et_pb_text_inner {
  column-count: 2;
  column-fill: balance;
  column-gap: 2rem;
}

@media all and (max-width: 767px) {
  .text_cols_2 .et_pb_text_inner {
    column-count: 1;
    column-fill: balance;
    column-gap: 2rem;
  }
}