.limited-banner { 
	background-color: #874B52;
	padding: 3rem 0;
}

.limited-banner h3 { 
	color: #fff; 
	margin: 0;
	font-size: 3.6rem;
	font-weight: 500;
}

@media screen and (max-width: 575px) {
	.limited-banner { padding: 15px 0; }
	
	.limited-banner h3 { font-size:  28px; } 
}
