.wp-block {
	height: auto;
	overflow: hidden;
}

/* --- FRONT-END ---- */
#hdp-contact-wrapper h2.hdp-contact-title {
	font-size: 36px;
	line-height: 60px;
	margin-bottom: 20px;
}

#hdp-contact-wrapper .hdp-contact-left-content-top-container {
	margin-bottom: 30px;
}

#hdp-contact-wrapper .hdp-contact-right-content-top-container {
	margin-bottom: 30px;
}

#hdp-contact-wrapper h4.hdp-contact-left-content-title-container {
	font-size: 18px;
}


@media( max-width: 767px ) {
	#hdp-contact-wrapper {
		margin-top: 70px!important;
		margin-bottom: 70px!important;
	}

	#hdp-contact-wrapper img {
		margin-bottom: 20px;
	}
	
	#hdp-contact-wrapper h2.hdp-contact-title {
		margin-bottom: 0;
	}

	#hdp-contact-wrapper h4.hdp-contact-left-content-title-container {
		margin-top: 30px;
	}
}



/* ---- PREVIEW | BACK-END ---- */
#hdp-image-gridwidth-wrapper.preview {
	padding: 35px 0;
}

#hdp-image-gridwidth-wrapper.preview .hdp-custom-image-gridwidth-block img {
	margin-bottom: 0;
}


