.banner { z-index: 10; position: sticky; top: 0px; }

#feature-wrapper.fh2 { padding-top: 0px; } /* removes the padding for the global nav*/
.sub-feature-offer {
	background: #1d49a8;
    background: linear-gradient(-17deg, #1d49a8 0%, #8479b3 100%);
    text-align: center;
    margin-top: 60px;
}

  
.sub-feature-offer .section.tall {
	text-align: center;
	padding: 16px 10px;
}

.sub-feature-offer a, .sub-feature-offer p {
	color: #ffffff;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
}

.sub-feature-offer a:after {
	color: #ffffff;
	font-weight: 400;
}

@media only screen and (max-width: 1068px) {
	.sub-feature-offer{
    text-align: center;
/*    margin-top: 48px;*/
  }

	.sub-feature-offer .section.tall {
		/* padding: 2%; */
		/* text-align: center; */
	}
	
	.sub-feature-offer a, .sub-feature-offer p {
		font-size: 18px;
		display: block;
	}
}
