/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.card-teams{
	box-shadow: 0px 2.48947px 2.48947px rgb(0 0 0 / 25%);
	min-height: 60%;
}

.cover-book{
	margin-top:-15%;
}

@media (min-width: 1200px){
	
	#div_piece{
		position: relative !important;
	}
	
	#div_piece:after {
		content: "";
    	background-image: url(/wp-content/uploads/2022/07/Vector-14-1.png);
    	background-repeat: no-repeat;
    	width: 127px;
    	height: 230px;
    	position: absolute;
    	left: 148px;
    	bottom: 0;
	}
	
	#div_mywork{
		position: relative !important;
	}
	
	#div_mywork:before {
		content: "";
    	background-image: url(/wp-content/uploads/2022/07/Group-1610.png);
    	background-repeat: no-repeat;
    	width: 392px;
    	height: 422px;
    	position: absolute;
    	right: 1584px;
    	bottom: 385px;
	}
	
	#div_quote{
		position: relative !important;
	}
	
	#div_quote:after {
		content: "";
    	background-image: url(/wp-content/uploads/2022/07/Group-1634.png);
    	background-repeat: no-repeat;
    	width: 390px;
    	height: 420px;
    	position: absolute;
    	right: 0;
    	top: 0;
		z-index: 1;
	}
}