﻿.consumer-banner {
	padding-top: 48px;
	padding-bottom: 48px;
	background-color: #23410a;
	text-align: center;
	color: #fff;
}
@media (max-width: 767px) {
	.consumer-banner {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}
.consumer-banner h1 {
	font-family: "Aeonik", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 0 8px;
}
@media (max-width: 767px) {
	.consumer-banner h1 {
		font-size: 16px;
		font-weight: 500;
		line-height: 20px;
		letter-spacing: 1.5px;
		text-transform: uppercase;
		margin-bottom: 4px;
	}
}
.consumer-banner h2 {
	font-family: "Aeonik", sans-serif;
	font-size: 72px;
	font-style: normal;
	font-weight: 400;
	line-height: 80px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}
.consumer-banner h2 span {
	font-weight: 700;
}
@media (max-width: 1024px) {
	.consumer-banner h2 {
		font-size: 50px;
		line-height: 46px;
	}
}
@media (max-width: 768px) {
	.consumer-banner h2 {
		font-size: 40px;
		line-height: 46px;
	}
}
.consumer-banner h2.mobile,
.consumer-banner h2.mobile.mini {
	display: none;
}
@media (max-width: 767px) {
	.consumer-banner h2.desktop {
		display: none;
	}
	.consumer-banner h2.mobile {
		display: block;
	}
	.consumer-banner h2 {
		font-size: 32px;
		line-height: 40px;
		letter-spacing: 0;
	}
}
@media (max-width: 320px) {
	.consumer-banner h2.mobile {
		display: none;
	}
	.consumer-banner h2.mobile.mini {
		display: block;
		font-size: 28px;
		line-height: 34px;
	}
}