.gd-custom-banner-section {
	position: relative;
	width: 100%;
	height: 746px;
	/*background: linear-gradient(rgba(72, 75, 72, 0.5), rgba(72, 75, 72, 0.5)), url('https://www.action24ni.com/wp-content/uploads/2021/07/action24-home-banner.jpg');*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	overflow: hidden;
}
.gd-banner-content {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: flex-start; /* stretch*/
	height: 100%;
	padding: 40px;
	box-sizing: border-box;
}
.gd-banner-content h1 {
	/*font-size: 2.5rem;*/
	max-width: 40%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
}
.gd-shortcode-container {
	max-width: 35%;
	width: 100%;
	min-width: 400px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

@media (max-width: 1580px) {
	.gd-shortcode-container {
		max-width: 28%;
	}
	
	.gd-banner-content {
		align-items: center;
		margin-top: 5px;
	}
	
}

/* Mobile responsive */
@media (max-width: 767px) {
	.gd-custom-banner-section {
		height: 500px;
		overflow:visible;
	}
	.gd-banner-content {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.gd-banner-content h1, .gd-shortcode-container {
		max-width: 100%;
		min-width: auto;
	}
	.gd-banner-content h1 {
		margin-bottom: 20px;
	}
	.gd-shortcode-container {
		/*margin-top: 50px;
    	transform: translateY(50px);*/
	}
}
