/*
Theme Name: Superfood Child
Theme URI: http://organic.elated-themes.com
Description: A child theme of Organic Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.0
Text Domain: organic
Template: superfood
*/

/***************General***************/
@media only screen and (max-width: 767px) {
  h2, .elementor-button span {font-size:25px !important;}
}


/***************product***************/
.he1 .elementor-widget-container {
	height:150px;
	display: flex;
  	justify-content: center;
  	align-items: center;
	padding: 10px;
}
.product .elementor-icon-box-wrapper {
	border: 1px solid #5da51b;
    border-radius: 100px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center !important;
    padding: 20px;
}
.san-gao .elementor-icon-box-title {
	margin:0;
}

@media only screen and (max-width: 767px) {
	.he1 .elementor-widget-container {
		margin:5px !important;
	}
}
