@charset "UTF-8";
/* CSS Document */

.prod_group_hero {
	padding-top: 25px;
}

.prod_group_hero h1 {
	font-weight: 800;
	font-size: 2em;	
}

.bg_strongpatch {
	background-color: #E7F3F2;
}

.bg_maxpatch {
	background-color: #FFF8E5;
}

.bg_whitelabel {
	background-color: #F3FAFD;
}

img {
	width: 100%;
	height: auto;
}

.video_button {
	display: block;
	margin: 0 auto;
	width: fit-content;
}

.contact {
	padding: 3vw;
}

@media(min-width: 768px) {

	.prod_group_hero {
		padding-right: 0px !important;
	}

	.prod_group_hero h1 {
		font-size: 3em;	
	}

}
@media(min-width: 950px) {

	h1 {
		font-size: 3.5em;
	}
}

