/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */

 
#meet_team {
    position: relative;
    z-index: 1;
}
#inner_meet_team .elementor-widget-theme-post-excerpt {
	min-height: 220px;
}
#meet_team:before {
    content: "";
    background: url(/wp-content/uploads/2023/06/Frame-26.png)no-repeat scroll center / 193px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 193px;
    width: 193px;
    z-index: -1;
}
#meet_team:after {
    content: "";
    background: url(/wp-content/uploads/2023/06/Frame-24.png)no-repeat scroll center / 193px;
    position: absolute;
    right: 0;
    bottom: 25%;
    height: 193px;
    width: 193px;
    z-index: -1;
  }
#meet_team_top::before {
	content: "";
	background: url(/wp-content/uploads/2023/06/Frame-24.png)no-repeat scroll center / 193px;
	position: absolute;
	right: 0;
	top: -100px;
	height: 193px;
	width: 193px;
    z-index: -1;
}
.testimonial_blocks .elementor-column {
    height: 100%;
}
.testimonial_blocks .elementor-column .test_content {
	min-height: 115px;
}
@media(max-width: 575px){
    #inner_meet_team .elementor-widget-theme-post-excerpt {
        min-height: unset;
    }
    .cta_section .elementor-button-link {
        width: 100%;
    }
    .testimonial_blocks .elementor-column {
        height: 100%;
    }
    .testimonial_blocks .elementor-column .test_content {
        min-height: unset;
    }
}
