/** Shopify CDN: Minification failed

Line 74:1 Expected "}" to go with "{"

**/
.spring-allergies-heading-bottom {
  text-align: center;
  padding:  5px 0 120px 0;
  background: #f9f9f9;
  margin:0;
}

.spring-allergies-heading-bottom-inner
{
	width:100%;
	max-width:1140px;
	margin: 50px auto;
	background:#F5F5F5;
	padding:80px;	
}
/* Desktop */
.spring-allergies-heading-bottom .spring-heading {
	display: block;
	width:100%;
  max-width: 700px;
  margin: 0 auto;
  font-size: 48px;
  text-align: center;
  line-height: 110%;
  text-transform: uppercase;
  
}

.spring-allergies-heading-bottom .spring-description {
  max-width: 840px;
  margin: 16px auto 0;
  text-align: left;
   font-size: 20px;
}

/* Mobile */
@media screen and (max-width: 749px) {
	
	.spring-allergies-heading-bottom {
  padding:  5px 0 45px 0;
}

.spring-allergies-heading-bottom .page-width{
	width:100%;
	margin:0;
	padding:0;
}
.spring-allergies-heading-bottom-inner
{
	width:100%;
	max-width:100%;
	margin: 10px auto;
	background:#F5F5F5;
	padding:50px 50px;	
}
  .spring-allergies-heading-bottom .spring-heading,
  .spring-allergies-heading-bottom .spring-description {
    max-width: 100%;
  }
  
  .spring-allergies-heading-bottom .spring-heading {
  font-size: 32px;
  max-width: 235px;
}

.spring-allergies-heading-bottom .spring-description {
  font-size: 16px;

}