/*

 Theme Name:   Giombetti
 Theme URI:    https://marketmentors.com/
 Description:  A child theme of Custom
 Author:       custom
 Author URI:   https://marketmentors.com 
 Template:     custom
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

@import url("style-2.css");

.mindful-moments-flex-group .panel-grid-cell {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

.mindful-moments-flex-group .panel-grid-cell .so-panel.widget {
  width: calc(100% / 3 - 2rem);
  margin-top: 0;
  margin-bottom: auto;
}
@media only screen and (max-width: 1024px) {
  .mindful-moments-flex-group .panel-grid-cell .so-panel.widget {
    width: calc(100% / 2 - 2rem);
  }
}
@media only screen and (max-width: 640px) {
  .mindful-moments-flex-group .panel-grid-cell .so-panel.widget {
    width: 100%;
  }
}
