/* 
Theme Name: premiumwholesaleservices.eu
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
*/
.boxwhy{
	background-color:rgba(255, 255, 255, 0.1);
	width:299.43px;
	height:240px;
	border-radius:18.29px;
	padding:0px;
	position:relative;
	display:flex;
	flex-direction:column;
	border:0.5px solid #f1f5f9;

}
h1 span{
	color:#66B04A;
}
.overlay-border
{
	background-color:rgba(17, 33, 27, 0.05);
	width:309.33px;
	height:206px;
	border-radius:24px;
	padding:0px;
	position:relative;
	display:flex;
	flex-direction:column;
	border:1px solid rgba(17, 33, 27, 0.1);

}
@media (max-width: 768px) {
   .boxwhy{
		max-width:100%;
	}
	.overlay-border
	{
		max-width:100%;
	}
}