/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-elementor-theme
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.0.2.1558001217
Updated: 2019-05-16 11:06:57

*/

/* About page: make bottom row team cards same size as top row */
.elementor-element-1170dcc > .e-con-inner {
  justify-content: center !important;
}
.elementor-element-1170dcc > .e-con-inner > .e-con {
  --width: 33.33% !important;
  width: 33.33% !important;
  flex-basis: 33.33% !important;
  max-width: 33.33% !important;
  flex-grow: 0 !important;
}
