/* 
Theme Name: SD Group
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Kalpesh Bhula
Author URI: https://threepoint.nz/
Template: hello-elementor
Version: 1.4.0
Text Domain: sdgroup
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
*/

header .col-1.elementor-column.elementor-col-50 {
	width: 50%;
}

@media screen and (min-width: 768px) {
	header .col-1.elementor-column.elementor-col-50 {
		width: 100%;
	}
	header .col-2 {
		display:none;
	}
}

.flex-4 .elementor-container {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.flex-4 .elementor-container .elementor-column {
	flex: 1 1 50%;
}
}