.behr-premium-logo {
	z-index: 1;
}

.grey-gradient {
	background: linear-gradient(108deg, #77787B 42%, #FBFBFB 50%, #FBFBFB 49%, #77787B 58%);
	min-height: 64px;
}

.green-gradient {
	background: linear-gradient(90deg, #77787B -0.19%, #FBFBFB 99.81%);
	background: #007934;
	min-height: 171px;
}

.green-gradient p {
	font-family: var(--behr-body-and-label-font);
	font-weight: var(--behr-bold);
	font-size: 52px;
	line-height: 35px;
	letter-spacing: 0em;
	color: #FFFFFF;
	padding-bottom: 38px;
}

p.myth {
	font-family: var(--behr-body-and-label-font);
	font-size: 40px;
	font-weight: var(--behr-bold);
	line-height: 46px;
	letter-spacing: 0em;
}

p.myth-description {
	font-family: var(--behr-body-and-label-font);
	font-size: 22px;
	font-weight: var(--behr-normal);
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
}

.myth-1 {
	border-bottom: 2px solid #CCDC53;
}

.myth-2 {
	border-bottom: 2px solid #3AB54A;
}

.myth-3 {
	border-bottom: 2px solid #007934;
}

.myth-4 {
	border-bottom: 2px solid #007934;
}

.product-can {
	max-width: 45%;
	min-width: 258px;
	bottom: 0;
}

.color-wheel {
	min-width: 508px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.green-gradient p {
		font-size: 40px;
		line-height: 35px;
		padding-bottom: 45px;
	}
}

@media (max-width: 767px) {
	.green-gradient {
		min-height: 190px;
	}
	
	.green-gradient p {
		font-size: 36px;
		line-height: 35px;
		padding-bottom: 35px;
	}
	
	p.myth {
		font-size: 30px;
		line-height: 36px;
	}
	
	p.myth-description {
		font-size: 18px;
		line-height: 20px;
	}
}