/* for homepage */ .p-hp .m-feat1:lang(en) { margin-top: 0px; }
#feature-wrapper.fh2 { padding-top: 0px; } /* removes the padding for the global nav*/
.sub-feature-offer {
    background: linear-gradient(11deg,rgba(187, 110, 231, 1) 0%, rgba(67, 149, 206, 1) 100%) 50% 50% no-repeat;
    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: #fff;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
}

.sub-feature-offer a:after {
	color: #fff;
	font-weight: 500;
}

@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;
	}
}
